7 with python3.pkgs; buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-oB7Dd1iVzGqr+5nG7BfZuwOQUgUnmg6ptQDZPGH7P5E=";
19 build-system = [ pdm-pep517 ];
45 # out-of-date browser tests
49 __darwinAllowLocalNetworking = true;
51 passthru.tests = nixosTests.pinnwand;
54 changelog = "https://github.com/supakeen/pinnwand/releases/tag/v${version}";
55 description = "Python pastebin that tries to keep it simple";
56 homepage = "https://github.com/supakeen/pinnwand";
57 license = licenses.mit;
58 maintainers = with maintainers; [ hexa ];
59 mainProgram = "pinnwand";
60 platforms = platforms.linux;