···68 # *dirname* where matplotlibrc is located, not the file itself.
69 # - GNU Radio core is C++ but the user interface (GUI and API) is Python, so
70 # we must wrap the stuff in bin/.
0000071 postInstall = ''
72 printf "backend : Qt4Agg\n" > "$out/share/gnuradio/matplotlibrc"
73
···68 # *dirname* where matplotlibrc is located, not the file itself.
69 # - GNU Radio core is C++ but the user interface (GUI and API) is Python, so
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
76 postInstall = ''
77 printf "backend : Qt4Agg\n" > "$out/share/gnuradio/matplotlibrc"
78