forked from mirrors/nixpkgs
xfce4-13.xfce4-clipman-plugin: init at 1.4.2 (#44319)
This commit is contained in:
parent
68fdf47135
commit
726d59b795
|
@ -48,6 +48,8 @@ makeScope newScope (self: with self; {
|
|||
|
||||
xfce4-cpufreq-plugin = callPackage ./xfce4-cpufreq-plugin { };
|
||||
|
||||
xfce4-clipman-plugin = callPackage ./xfce4-clipman-plugin { };
|
||||
|
||||
xfce4-dev-tools = callPackage ./xfce4-dev-tools {
|
||||
mkXfceDerivation = mkXfceDerivation.override {
|
||||
xfce4-dev-tools = null;
|
||||
|
|
11
pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
Normal file
11
pkgs/desktops/xfce4-13/xfce4-clipman-plugin/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ mkXfceDerivation, gtk3, libXtst, libxfce4ui, libxfce4util, xfce4-panel, xfconf, exo }:
|
||||
|
||||
mkXfceDerivation rec {
|
||||
category = "panel-plugins";
|
||||
pname = "xfce4-clipman-plugin";
|
||||
version = "1.4.2";
|
||||
rev = version;
|
||||
sha256 = "1c2h1cs7pycf1rhpirmvb0l0dfvlacb7xgm31q9rxmhihnycd2na";
|
||||
|
||||
buildInputs = [ exo gtk3 libXtst libxfce4ui libxfce4util xfce4-panel xfconf ];
|
||||
}
|
Loading…
Reference in a new issue