salut_a_toi: Fix typo in build phase

(cherry picked from commit c47eb4a43a9ab338c26b6b05d59ad0cb90507ed1)
This commit is contained in:
Lancelot SIX
2016-09-05 02:32:57 +02:00
committed by Joachim Fasting
parent 01811fe2cd
commit 373afbd516
@@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
''; '';
buildPhase = '' buildPhase = ''
${python.interpreter}setup.py build ${python.interpreter} setup.py build
''; '';
installPhase = '' installPhase = ''