Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 8 lines 204 B view raw
1addGstreamer1LibPath () { 2 if test -d "$1/lib/gstreamer-1.0" 3 then 4 addToSearchPath GST_PLUGIN_SYSTEM_PATH_1_0 "$1/lib/gstreamer-1.0" 5 fi 6} 7 8addEnvHooks "$hostOffset" addGstreamer1LibPath