2021-02-25 15:53:13 +00:00
|
|
|
{ mkXfceDerivation, libXtst, libxfce4ui, xfce4-panel, xfconf }:
|
2018-08-02 07:13:42 +00:00
|
|
|
|
2020-04-13 21:12:16 +00:00
|
|
|
mkXfceDerivation {
|
2018-08-02 07:13:42 +00:00
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-clipman-plugin";
|
2020-04-15 17:50:50 +00:00
|
|
|
version = "1.6.1";
|
|
|
|
sha256 = "03akijvry1n1fkziyvxwcksl4vy4lmnpgd5izjs8jai5sndhsszl";
|
2018-08-02 07:13:42 +00:00
|
|
|
|
2021-02-25 15:53:13 +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
|
|
|
|
'';
|
2019-11-04 21:27:22 +00:00
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Clipboard manager for Xfce panel";
|
|
|
|
};
|
2018-08-02 07:13:42 +00:00
|
|
|
}
|