Revert "mcrl2: force use of gcc5 to prevent compilation errors"
This reverts commit 5e5e57b57bc06119b63e07405a2550894e5bff83. Already fixed with edd94f5fcd077a9e7eb80102cc076a8f8bfe3524.
This commit is contained in:
parent
76519f9299
commit
b19fa00e3e
@ -1,4 +1,4 @@
|
||||
{stdenv, gcc5, fetchurl, xlibs, cmake, subversion, mesa, qt5, boost,
|
||||
{stdenv, fetchurl, xlibs, cmake, subversion, mesa, qt5, boost,
|
||||
python27, python27Packages}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1c8h94ja7271ph61zrcgnjgblxppld6v22f7f900prjgzbcfy14m";
|
||||
};
|
||||
|
||||
buildInputs = [ gcc5 cmake mesa qt5.qtbase boost ];
|
||||
buildInputs = [ cmake mesa qt5.qtbase boost ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user