···6868 # *dirname* where matplotlibrc is located, not the file itself.
6969 # - GNU Radio core is C++ but the user interface (GUI and API) is Python, so
7070 # we must wrap the stuff in bin/.
7171+ # Notes:
7272+ # - May want to use makeWrapper instead of wrapProgram
7373+ # - may want to change interpreter path on Python examples instead of wrapping
7474+ # - see https://github.com/NixOS/nixpkgs/issues/22688 regarding use of --prefix / python.withPackages
7575+ # - see https://github.com/NixOS/nixpkgs/issues/24693 regarding use of DYLD_FRAMEWORK_PATH on Darwin
7176 postInstall = ''
7277 printf "backend : Qt4Agg\n" > "$out/share/gnuradio/matplotlibrc"
7378