salut_a_toi: Fix typo in build phase
(cherry picked from commit c47eb4a43a9ab338c26b6b05d59ad0cb90507ed1)
This commit is contained in:
parent
01811fe2cd
commit
373afbd516
|
@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildPhase = ''
|
||||
${python.interpreter}setup.py build
|
||||
${python.interpreter} setup.py build
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in New Issue