Skip to content

Commit b19fa00

Browse files
committedSep 15, 2017
Revert "mcrl2: force use of gcc5 to prevent compilation errors"
This reverts commit 5e5e57b. Already fixed with edd94f5.
1 parent 76519f9 commit b19fa00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/science/logic/mcrl2/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{stdenv, gcc5, fetchurl, xlibs, cmake, subversion, mesa, qt5, boost,
1+
{stdenv, fetchurl, xlibs, cmake, subversion, mesa, qt5, boost,
22
python27, python27Packages}:
33

44
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
1111
sha256 = "1c8h94ja7271ph61zrcgnjgblxppld6v22f7f900prjgzbcfy14m";
1212
};
1313

14-
buildInputs = [ gcc5 cmake mesa qt5.qtbase boost ];
14+
buildInputs = [ cmake mesa qt5.qtbase boost ];
1515

1616
enableParallelBuilding = true;
1717

0 commit comments

Comments
 (0)
Please sign in to comment.