Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

alarm-clock-applet: use default method for propagating gstreamer (#16786)

authored by Alexey Shmalko and committed by Franz Pletz a5ee403f 3b262758

+2 -5
+2 -5
pkgs/tools/misc/alarm-clock-applet/default.nix
··· 8 , libunique 9 , intltool 10 , gst_plugins ? with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ] 11 }: 12 13 stdenv.mkDerivation rec { ··· 35 libxml2 36 libunique 37 intltool 38 ]; 39 40 propagatedUserEnvPkgs = [ gnome.GConf.out ]; 41 42 enableParallelBuilding = true; 43 - 44 - preFixup = '' 45 - wrapProgram $out/bin/alarm-clock-applet \ 46 - --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0" 47 - ''; 48 49 meta = with stdenv.lib; { 50 homepage = http://alarm-clock.pseudoberries.com/;
··· 8 , libunique 9 , intltool 10 , gst_plugins ? with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ] 11 + , wrapGAppsHook 12 }: 13 14 stdenv.mkDerivation rec { ··· 36 libxml2 37 libunique 38 intltool 39 + wrapGAppsHook 40 ]; 41 42 propagatedUserEnvPkgs = [ gnome.GConf.out ]; 43 44 enableParallelBuilding = true; 45 46 meta = with stdenv.lib; { 47 homepage = http://alarm-clock.pseudoberries.com/;