13 pname = "pingvin-share-backend";
16 src = "${src}/backend";
18 npmInstallFlags = [ "--build-from-source" ];
21 ln -s $out/node_modules/.bin $out/bin
28 buildInputs = [ vips ];
34 npmDepsHash = "sha256-F+pYEsaU4Rsiq1z3rwGeKznZqpITF+AoFgswhTFeXf8=";
35 makeCacheWritable = true;
36 npmFlags = [ "--legacy-peer-deps" ];
39 pingvin-share = nixosTests.pingvin-share;
43 description = "Backend of pingvin-share, a self-hosted file sharing platform";
44 homepage = "https://github.com/stonith404/pingvin-share";
45 downloadPage = "https://github.com/stonith404/pingvin-share/releases";
46 changelog = "https://github.com/stonith404/pingvin-share/releases/tag/v${version}";
47 license = licenses.bsd2;
48 maintainers = with maintainers; [ ratcornu ];