alarm-clock-applet: use default method for propagating gstreamer (#16786)
This commit is contained in:
parent
3b2627586d
commit
a5ee403f5b
@ -8,6 +8,7 @@
|
|||||||
, libunique
|
, libunique
|
||||||
, intltool
|
, intltool
|
||||||
, gst_plugins ? with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ]
|
, gst_plugins ? with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ]
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -35,17 +36,13 @@ stdenv.mkDerivation rec {
|
|||||||
libxml2
|
libxml2
|
||||||
libunique
|
libunique
|
||||||
intltool
|
intltool
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome.GConf.out ];
|
propagatedUserEnvPkgs = [ gnome.GConf.out ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preFixup = ''
|
|
||||||
wrapProgram $out/bin/alarm-clock-applet \
|
|
||||||
--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://alarm-clock.pseudoberries.com/;
|
homepage = http://alarm-clock.pseudoberries.com/;
|
||||||
description = "A fully-featured alarm clock for your GNOME panel or equivalent";
|
description = "A fully-featured alarm clock for your GNOME panel or equivalent";
|
||||||
|
Loading…
Reference in New Issue
Block a user