9 stdenv.mkDerivation rec {
14 url = "https://github.com/sigmike/autocutsel/releases/download/${version}/${pname}-${version}.tar.gz";
15 sha256 = "sha256-8X4G1C90lENtSyb0vgtrDaOUgcBADJZ3jkuQW2NB6xc=";
24 cp autocutsel $out/bin/
28 homepage = "https://www.nongnu.org/autocutsel/";
29 description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
30 license = lib.licenses.gpl2Plus;
31 platforms = with lib.platforms; all;
32 mainProgram = "autocutsel";