2018-08-02 08:13:42 +01:00
|
|
|
{ mkXfceDerivation, gtk3, libXtst, libxfce4ui, libxfce4util, xfce4-panel, xfconf, exo }:
|
|
|
|
|
|
|
|
mkXfceDerivation rec {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-clipman-plugin";
|
2019-05-21 00:53:29 +01:00
|
|
|
version = "1.4.3";
|
2018-08-02 08:13:42 +01:00
|
|
|
rev = version;
|
2019-05-21 00:53:29 +01:00
|
|
|
sha256 = "1xk79xh1zk0x4r1z9m1dakp79pip0zh3naviybvl1dnpwwfc03gq";
|
2018-08-02 08:13:42 +01:00
|
|
|
|
|
|
|
buildInputs = [ exo gtk3 libXtst libxfce4ui libxfce4util xfce4-panel xfconf ];
|
2019-11-04 21:27:22 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Clipboard manager for Xfce panel";
|
|
|
|
};
|
2018-08-02 08:13:42 +01:00
|
|
|
}
|