12 stdenv.mkDerivation rec {
13 pname = "wl-clipboard";
16 src = fetchFromGitHub {
18 repo = "wl-clipboard";
20 sha256 = "sha256-lqtLHLsSChWcYWsfFigj0Xveo9doAr7G31fRSaxm0Lw=";
24 nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
25 buildInputs = [ wayland wayland-protocols ];
28 "-Dfishcompletiondir=share/fish/vendor_completions.d"
32 homepage = "https://github.com/bugaevc/wl-clipboard";
33 description = "Command-line copy/paste utilities for Wayland";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ dywedir ];
36 platforms = platforms.linux;