13 src = fetchFromGitHub {
17 sha256 = "sha256-kuW74iUVLfIUWf3gaKM7IuMU1nfpU9SbSsfeZDbYGhY=";
20 vendorHash = "sha256-I1RWyjyOfppGi+Z5nvAei5zEvl0eQctcH8NP0MYSTbg=";
22 outputs = [ "out" "man" ];
26 nativeBuildInputs = [ makeWrapper installShellFiles ];
29 wrapProgram $out/bin/clipman \
30 --prefix PATH : ${lib.makeBinPath [ wl-clipboard ]}
31 installManPage docs/*.1
35 homepage = "https://github.com/chmouel/clipman";
36 description = "Simple clipboard manager for Wayland";
37 license = licenses.gpl3Only;
38 maintainers = with maintainers; [ ma27 ];
39 platforms = platforms.linux;
40 mainProgram = "clipman";