6 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-eVnoLG+06UTOkvGhzL/XS4JBrEwbXYZ1fuNTIW7YAfE=";
18 propagatedBuildInputs = with python3Packages; [
22 # no tests, no python module to import, no version output to check
26 description = "Paste text into X windows that don't work with selections";
27 mainProgram = "xpaste";
28 homepage = "https://github.com/ossobv/xpaste";
29 license = licenses.gpl3;
30 maintainers = with maintainers; [ gador ];