3
0
Fork 0
forked from mirrors/nixpkgs

xfce4-13.xfce4-clipman-plugin: init at 1.4.2 (#44319)

This commit is contained in:
volth 2018-08-02 07:13:42 +00:00 committed by xeji
parent 68fdf47135
commit 726d59b795
2 changed files with 13 additions and 0 deletions

View file

@ -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;

View 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 ];
}