fpp: bugfix

This commit is contained in:
afreakk 2020-08-11 23:49:24 +02:00
parent d27f04e59a
commit 7e5cea223c
No known key found for this signature in database
GPG Key ID: 8B980523664C3A52

View File

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