salut_a_toi: Fix typo in build phase

(cherry picked from commit c47eb4a43a9ab338c26b6b05d59ad0cb90507ed1)
This commit is contained in:
Lancelot SIX
2016-09-04 19:19:42 +02:00
committed by Joachim Fasting
parent 01811fe2cd
commit 373afbd516

View File

@@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
'';
buildPhase = ''
${python.interpreter}setup.py build
${python.interpreter} setup.py build
'';
installPhase = ''