gnuradio: postInstall: PYTHONPATH / DYLD_FRAMEWORK_PATH notes

+5
+5
pkgs/applications/misc/gnuradio/default.nix
··· 68 68 # *dirname* where matplotlibrc is located, not the file itself. 69 69 # - GNU Radio core is C++ but the user interface (GUI and API) is Python, so 70 70 # we must wrap the stuff in bin/. 71 + # Notes: 72 + # - May want to use makeWrapper instead of wrapProgram 73 + # - may want to change interpreter path on Python examples instead of wrapping 74 + # - see https://github.com/NixOS/nixpkgs/issues/22688 regarding use of --prefix / python.withPackages 75 + # - see https://github.com/NixOS/nixpkgs/issues/24693 regarding use of DYLD_FRAMEWORK_PATH on Darwin 71 76 postInstall = '' 72 77 printf "backend : Qt4Agg\n" > "$out/share/gnuradio/matplotlibrc" 73 78