diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-02 05:32:04 -0500 |
|---|---|---|
| committer | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2021-12-02 05:32:11 -0500 |
| commit | e5690827b5b6fc5aef4c8e135653ff507412b2d8 (patch) | |
| tree | 4c7fd2bb14fd080cc8ded96ff4556d473cf0e6d6 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | e9e53499b26ad98ac97f97b45e827d5c24d13789 (diff) | |
python3Packages.pyarrow: fix darwin build for when a build flag is false
nix-repl> with import <nixpkgs> {}; stdenv.mkDerivation { name="test"; true = true; false = false; }
«derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv»
nix show-derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv | grep -E '(true|false)'
"false": "",
"true": "1"
File "setup.py", line 77, in strtobool
raise ValueError("invalid truth value %r" % (val,))
ValueError: invalid truth value ''
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
