budgie.budgie-desktop: Propagate libpeas for plugins
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
This commit is contained in:
parent
e4d5a254c8
commit
470492ccfb
1 changed files with 8 additions and 5 deletions
|
@ -72,13 +72,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
gnome.mutter
|
||||
gnome.zenity
|
||||
graphene
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gtk3
|
||||
ibus
|
||||
libcanberra-gtk3
|
||||
libgee
|
||||
libGL
|
||||
libnotify
|
||||
libpeas
|
||||
libpulseaudio
|
||||
libuuid
|
||||
libwnck
|
||||
|
@ -88,10 +89,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
sassc
|
||||
upower
|
||||
xfce.libxfce4windowing
|
||||
] ++ (with gst_all_1; [
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
]);
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
# budgie-1.0.pc, budgie-raven-plugin-1.0.pc
|
||||
libpeas
|
||||
];
|
||||
|
||||
passthru.providedSessions = [
|
||||
"budgie-desktop"
|
||||
|
|
Loading…
Reference in a new issue