Skip to content

Commit

Permalink
maude: disable CVC4 support to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed May 26, 2017
1 parent b4a3216 commit 8a11612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/interpreters/maude/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, unzip, makeWrapper , flex, bison, ncurses, buddy, tecla
, libsigsegv, gmpxx, cvc4, cln
, libsigsegv, gmpxx, cln
}:

let
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
};

buildInputs = [
flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper unzip cvc4 cln
flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper unzip cln
];

hardeningDisable = [ "stackprotector" ] ++
Expand All @@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
TECLA_LIBS="-ltecla -lncursesw"
LIBS="-lcln"
CFLAGS="-O3" CXXFLAGS="-O3"
--without-cvc4 # Our version is too new for Maude to cope.
)
'';

Expand Down

0 comments on commit 8a11612

Please sign in to comment.