summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
diff options
context:
space:
mode:
authorRobert Stefanic <rstefanic72@gmail.com>2025-07-29 09:36:36 -0400
committerRobert Stefanic <rstefanic72@gmail.com>2025-07-29 13:55:35 -0400
commitec50b11d4f542ed0a0916122032cce7a6a8e5dd4 (patch)
tree7a9c4396016d90044f6fbf02ba98e066a89bad7e /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch
parent793af424c60e9e8f0b4a67134869f4a8c7fc93f2 (diff)
odin: Fix arm64-apple-darwin builds
When installed on Apple Silicon, the Odin compiler will emit a warning everytime it runs a build. The warning is that `supplying the --target arm64-apple-macosx != arm64-apple-darwin argument to a nix-wrapped`. This is because the Odin compiler uses the target name "arm64-apple-macosx" while the nix-wrapped C compiler uses "arm64-apple-darwin". The warning is emitted here: https://github.com/NixOS/nixpkgs/blob/6770f4556182b1c83bb583eadaeef41902b30d53/pkgs/build-support/cc-wrapper/add-clang-cc-cflags-before.sh#L30 This patch fixes the warning by changing the target name used by the Odin compiler to match the nix-wrapped C compiler.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions