Merge pull request #53566 from primeos/master

gringo: Switch to the default SCons version
This commit is contained in:
Michael Weiss 2019-01-12 10:41:39 +01:00 committed by GitHub
commit d8bbec2dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1488,7 +1488,7 @@ in
pythonPackages = python3Packages; pythonPackages = python3Packages;
}; };
gringo = callPackage ../tools/misc/gringo { scons = scons_2_5_1; }; gringo = callPackage ../tools/misc/gringo { };
grobi = callPackage ../tools/X11/grobi { }; grobi = callPackage ../tools/X11/grobi { };