pkgs/ponder: properly use patched files

This commit is contained in:
Infinidoge 2024-03-22 17:24:05 -04:00
parent dfd69f816d
commit b78e57cc5b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
installPhase = ''
mkdir -p $out
cp -r $src/app/* $out
cp -r ./app/* $out
rm $out/ponder.zip
'';