xfce.xfce4-clipman-plugin: 1.6.5 -> 1.6.6
https://github.com/xfce-mirror/xfce4-clipman-plugin/compare/xfce4-clipman-plugin-1.6.5...xfce4-clipman-plugin-1.6.6
This commit is contained in:
parent
13aff9b34c
commit
2a77afb2c7
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, mkXfceDerivation
|
||||
, wayland-scanner
|
||||
, glib
|
||||
, gtk3
|
||||
, libX11
|
||||
@ -10,13 +11,18 @@
|
||||
, xfce4-panel
|
||||
, xfconf
|
||||
, wayland
|
||||
, wlr-protocols
|
||||
}:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "panel-plugins";
|
||||
pname = "xfce4-clipman-plugin";
|
||||
version = "1.6.5";
|
||||
sha256 = "sha256-aKcIwlNlaJEHgIq0S7+VG/os49+zRqkZXsQVse4B9oE=";
|
||||
version = "1.6.6";
|
||||
sha256 = "sha256-wdEoM4etco+s0+dULkBvWJZ3WBCW3Ph2bdY0E/l5VRc=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
@ -29,6 +35,7 @@ mkXfceDerivation {
|
||||
xfce4-panel
|
||||
xfconf
|
||||
wayland
|
||||
wlr-protocols
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user