Merge pull request #95218 from afreakk/fpp-bugfix

fpp: bugfix
This commit is contained in:
Daniël de Kok 2020-08-12 08:26:15 +02:00 committed by GitHub
commit 800d9e77fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
postPatch = ''
substituteInPlace fpp --replace 'PYTHONCMD="python"' 'PYTHONCMD="${python3.interpreter}"'
substituteInPlace fpp --replace 'PYTHONCMD="python3"' 'PYTHONCMD="${python3.interpreter}"'
'';
installPhase = ''