scons.py2: Replace with sconsPackages.scons_3_1_2

Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
This commit is contained in:
Michael Weiss
2020-07-18 10:48:20 +02:00
parent d41cd156d0
commit 595a36d846
15 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl,
bison, re2c, scons,
bison, re2c, sconsPackages,
libcxx
}:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
sha256 = "16k4pkwyr2mh5w8j91vhxh9aff7f4y31npwf09w6f8q63fxvpy41";
};
buildInputs = [ bison re2c scons.py2 ];
buildInputs = [ bison re2c sconsPackages.scons_3_1_2 ];
patches = [
./gringo-4.5.4-cmath.patch