summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-30 04:31:48 +0000
committerBobby Rong <rjl931189261@126.com>2023-09-30 13:00:33 +0800
commit6da085e33697c8091aa5a41098cd4469cd93eaf6 (patch)
treef40a2af13bef6505ff9eaa9d8dc13ea8a1216229
parentf8d46a6ac27d25c6edc714925f6e30e4d7685600 (diff)
downloadnixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar.gz
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar.bz2
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar.lz
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar.xz
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.tar.zst
nixpkgs-6da085e33697c8091aa5a41098cd4469cd93eaf6.zip
xfce.xfce4-clipman-plugin: 1.6.4 -> 1.6.5
https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/compare/xfce4-clipman-plugin-1.6.4...xfce4-clipman-plugin-1.6.5
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix31
1 files changed, 27 insertions, 4 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
index 1af46fd5182..16f08da23de 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
@@ -1,12 +1,35 @@
-{ lib, mkXfceDerivation, libXtst, libxfce4ui, xfce4-panel, xfconf }:
+{ lib
+, mkXfceDerivation
+, glib
+, gtk3
+, libX11
+, libXtst
+, libxfce4ui
+, libxfce4util
+, qrencode
+, xfce4-panel
+, xfconf
+, wayland
+}:
 
 mkXfceDerivation {
   category = "panel-plugins";
   pname = "xfce4-clipman-plugin";
-  version = "1.6.4";
-  sha256 = "sha256-N/e97C6xWyF1GUg7gMN0Wcw35awypflMmA+Pdg6alEw=";
+  version = "1.6.5";
+  sha256 = "sha256-aKcIwlNlaJEHgIq0S7+VG/os49+zRqkZXsQVse4B9oE=";
 
-  buildInputs = [ libXtst libxfce4ui xfce4-panel xfconf ];
+  buildInputs = [
+    glib
+    gtk3
+    libX11
+    libXtst
+    libxfce4ui
+    libxfce4util
+    qrencode
+    xfce4-panel
+    xfconf
+    wayland
+  ];
 
   meta = with lib; {
     description = "Clipboard manager for Xfce panel";