Merge pull request #233262 from heinwol/master

clipboard-jh: fixed broken system clipboard integration

figsoda 9689eb7d 601b8658

Changed files
+5
pkgs
tools
misc
clipboard-jh
+5
pkgs/tools/misc/clipboard-jh/default.nix
···
, cmake
, libffi
, pkg-config
+
, patchelf
, wayland-protocols
, wayland
, xorg
···
"-Wno-dev"
"-DINSTALL_PREFIX=${placeholder "out"}"
];
+
+
postFixup = lib.optionalString stdenv.isLinux ''
+
patchelf $out/bin/cb --add-rpath $out/lib
+
'';
meta = with lib; {
description = "Cut, copy, and paste anything, anywhere, all from the terminal";