pydb, libclc: fixup eval after pinning to python2

This commit is contained in:
Vladimír Čunát
2017-02-09 08:52:22 +01:00
parent 6bea415b5e
commit 5efc5a4ede
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
'';
configurePhase = ''
${python.interpreter} ./configure.py --prefix=$out
${python2.interpreter} ./configure.py --prefix=$out
'';
meta = with stdenv.lib; {