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

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 = ''