about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuke Adams <luke.adams@belljar.io>2017-07-14 18:33:28 -0500
committerLuke Adams <luke.adams@belljar.io>2017-11-22 21:44:28 -0600
commit482d8de3b00f548d2b9a38e95c8c19e7d0b65263 (patch)
tree0e5bcfa02f790a9c65549cf3ff5ef32bdee27383 /pkgs
parent3cdf4308b25e717f4fbad1b329c44836ef5a982b (diff)
downloadnixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar.gz
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar.bz2
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar.lz
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar.xz
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.tar.zst
nixlib-482d8de3b00f548d2b9a38e95c8c19e7d0b65263.zip
gnuradio: postInstall: PYTHONPATH / DYLD_FRAMEWORK_PATH notes
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/gnuradio/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/misc/gnuradio/default.nix b/pkgs/applications/misc/gnuradio/default.nix
index 2552fc1a8701..29409a2e6f24 100644
--- a/pkgs/applications/misc/gnuradio/default.nix
+++ b/pkgs/applications/misc/gnuradio/default.nix
@@ -68,6 +68,11 @@ stdenv.mkDerivation rec {
   #   *dirname* where matplotlibrc is located, not the file itself.
   # - GNU Radio core is C++ but the user interface (GUI and API) is Python, so
   #   we must wrap the stuff in bin/.
+  # Notes:
+  # - May want to use makeWrapper instead of wrapProgram
+  # - may want to change interpreter path on Python examples instead of wrapping
+  # - see https://github.com/NixOS/nixpkgs/issues/22688 regarding use of --prefix / python.withPackages
+  # - see https://github.com/NixOS/nixpkgs/issues/24693 regarding use of DYLD_FRAMEWORK_PATH on Darwin
   postInstall = ''
     printf "backend : Qt4Agg\n" > "$out/share/gnuradio/matplotlibrc"