pkgs/ponder: properly use patched files
This commit is contained in:
parent
dfd69f816d
commit
b78e57cc5b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r $src/app/* $out
|
||||
cp -r ./app/* $out
|
||||
rm $out/ponder.zip
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue