xfce4-13.xfce4-netload-plugin: init at 1.3.1 (#44315)
This commit is contained in:
parent
781428a849
commit
63c295caef
2 changed files with 13 additions and 0 deletions
|
@ -56,6 +56,8 @@ makeScope newScope (self: with self; {
|
|||
|
||||
xfce4-mixer = callPackage ./xfce4-mixer { };
|
||||
|
||||
xfce4-netload-plugin = callPackage ./xfce4-netload-plugin { };
|
||||
|
||||
xfce4-notifyd = callPackage ./xfce4-notifyd { };
|
||||
|
||||
xfce4-panel = callPackage ./xfce4-panel { };
|
||||
|
|
11
pkgs/desktops/xfce4-13/xfce4-netload-plugin/default.nix
Normal file
11
pkgs/desktops/xfce4-13/xfce4-netload-plugin/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "panel-plugins";
|
||||
pname = "xfce4-netload-plugin";
|
||||
version = "1.3.1";
|
||||
rev = "version-${version}";
|
||||
sha256 = "0nm8advafw4jpc9p1qszyfqa56194sz51z216rdh4c6ilcrrpy1h";
|
||||
|
||||
buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ];
|
||||
}
|
Loading…
Reference in a new issue