Revert "mcrl2: force use of gcc5 to prevent compilation errors"
This reverts commit5e5e57b57b
. Already fixed withedd94f5fcd
.
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}:
|
python27, python27Packages}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1c8h94ja7271ph61zrcgnjgblxppld6v22f7f900prjgzbcfy14m";
|
sha256 = "1c8h94ja7271ph61zrcgnjgblxppld6v22f7f900prjgzbcfy14m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gcc5 cmake mesa qt5.qtbase boost ];
|
buildInputs = [ cmake mesa qt5.qtbase boost ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user