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 = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -r $src/app/* $out
|
cp -r ./app/* $out
|
||||||
rm $out/ponder.zip
|
rm $out/ponder.zip
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue