Skip to content

Commit

Permalink
Revert "mcrl2: force use of gcc5 to prevent compilation errors"
Browse files Browse the repository at this point in the history
This reverts commit 5e5e57b.

Already fixed with edd94f5.
  • Loading branch information
fpletz committed Sep 15, 2017
1 parent 76519f9 commit b19fa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/mcrl2/default.nix
@@ -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 {
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1c8h94ja7271ph61zrcgnjgblxppld6v22f7f900prjgzbcfy14m";
};

buildInputs = [ gcc5 cmake mesa qt5.qtbase boost ];
buildInputs = [ cmake mesa qt5.qtbase boost ];

enableParallelBuilding = true;

Expand Down

0 comments on commit b19fa00

Please sign in to comment.