10 src = fetchFromGitHub {
13 rev = "build-${version}";
14 hash = "sha256-/UmAOunc/79DpZByUrzqNA7q7JNugEceKRZvyTGhtVQ=";
17 npmDepsHash = "sha256-c11CWJB76gX+Bxmqac3VxWjJxQVzYCaaf+pmQQpnOds=";
19 env.CYPRESS_INSTALL_BINARY = "0";
21 npmBuildScript = "production";
27 cp -a dist $out/share/polaris-web
33 description = "Web client for Polaris";
34 homepage = "https://github.com/agersant/polaris-web";
35 license = licenses.mit;
36 maintainers = with maintainers; [ pbsds ];