2021-04-05 15:23:46 +00:00
|
|
|
{ mkXfceDerivation, libXtst, libxfce4ui, xfce4-panel, xfconf }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-clipman-plugin";
|
|
|
|
version = "1.6.1";
|
|
|
|
sha256 = "03akijvry1n1fkziyvxwcksl4vy4lmnpgd5izjs8jai5sndhsszl";
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
buildInputs = [ libXtst libxfce4ui xfce4-panel xfconf ];
|
|
|
|
|
|
|
|
postPatch = ''
|
|
|
|
# exo-csource has been dropped from exo
|
|
|
|
substituteInPlace panel-plugin/Makefile.am --replace exo-csource xdt-csource
|
|
|
|
'';
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Clipboard manager for Xfce panel";
|
|
|
|
};
|
|
|
|
}
|