13 src = fetchFromGitLab {
14 domain = "git.helsinki.tools";
15 owner = "helsinki-systems";
18 sha256 = "sha256-WJteeFUMr684yZEtUP13MqRjJ1UAeo48AzOPdLEE65w=";
28 wrapProgram $out/bin/wp4nix \
29 --prefix PATH : ${lib.makeBinPath [ nix subversion ]}
33 description = "Packaging helper for Wordpress themes and plugins";
34 mainProgram = "wp4nix";
35 homepage = "https://git.helsinki.tools/helsinki-systems/wp4nix";
36 license = licenses.mit;
37 maintainers = with maintainers; [ onny ];
38 platforms = platforms.unix;