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 8 , libunique 9 9 , intltool 10 10 , gst_plugins ? with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ] 11 + , wrapGAppsHook 11 12 }: 12 13 13 14 stdenv.mkDerivation rec { ··· 35 36 libxml2 36 37 libunique 37 38 intltool 39 + wrapGAppsHook 38 40 ]; 39 41 40 42 propagatedUserEnvPkgs = [ gnome.GConf.out ]; 41 43 42 44 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 45 49 46 meta = with stdenv.lib; { 50 47 homepage = http://alarm-clock.pseudoberries.com/;