pkgs/ponder: remove zip from output
This commit is contained in:
parent
e62a6c7aa7
commit
169dd8a83a
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ stdenvNoCC.mkDerivation {
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cp -r $src/app $out
|
mkdir -p $out
|
||||||
|
cp -r $src/app/* $out
|
||||||
|
rm $out/ponder.zip
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue