Merge pull request #66568 from volth/xfdashboard
xfce4-14.xfdashboard: init at 0.7.5
This commit is contained in:
commit
3f00767406
@ -83,6 +83,8 @@ makeScope newScope (self: with self; {
|
||||
|
||||
xfce4-terminal = callPackage ./xfce4-terminal { };
|
||||
|
||||
xfdashboard = callPackage ./xfdashboard { };
|
||||
|
||||
xfce4-volumed-pulse = callPackage ./xfce4-volumed-pulse { };
|
||||
|
||||
xfce4-whiskermenu-plugin = callPackage ./xfce4-whiskermenu-plugin { };
|
||||
|
44
pkgs/desktops/xfce4-14/xfdashboard/default.nix
Normal file
44
pkgs/desktops/xfce4-14/xfdashboard/default.nix
Normal file
@ -0,0 +1,44 @@
|
||||
{ mkXfceDerivation
|
||||
, clutter
|
||||
, libXcomposite
|
||||
, libXinerama
|
||||
, libXdamage
|
||||
, libX11
|
||||
, libwnck3
|
||||
, libxfce4ui
|
||||
, libxfce4util
|
||||
, garcon
|
||||
, xfconf
|
||||
, gtk3
|
||||
, glib
|
||||
, dbus-glib
|
||||
}:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "apps";
|
||||
pname = "xfdashboard";
|
||||
version = "0.7.5";
|
||||
rev = "0.7.5";
|
||||
|
||||
sha256 = "0d0kg90h3li41bs75z3xldljsglkz220pba39c54qznnzb8v8a2i";
|
||||
|
||||
buildInputs = [
|
||||
clutter
|
||||
dbus-glib
|
||||
garcon
|
||||
glib
|
||||
gtk3
|
||||
libX11
|
||||
libXcomposite
|
||||
libXdamage
|
||||
libXinerama
|
||||
libwnck3
|
||||
libxfce4ui
|
||||
libxfce4util
|
||||
xfconf
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Gnome shell like dashboard";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user