Loading pkgs/tools/misc/clipboard-jh/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , cmake , libffi , pkg-config , patchelf , wayland-protocols , wayland , xorg Loading Loading @@ -45,6 +46,10 @@ stdenv.mkDerivation rec { "-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"; homepage = "https://github.com/Slackadays/clipboard"; Loading Loading
pkgs/tools/misc/clipboard-jh/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , cmake , libffi , pkg-config , patchelf , wayland-protocols , wayland , xorg Loading Loading @@ -45,6 +46,10 @@ stdenv.mkDerivation rec { "-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"; homepage = "https://github.com/Slackadays/clipboard"; Loading