Skip to content

Commit 8a11612

Browse files
committedMay 26, 2017
maude: disable CVC4 support to fix the build
1 parent b4a3216 commit 8a11612

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pkgs/development/interpreters/maude/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, fetchurl, unzip, makeWrapper , flex, bison, ncurses, buddy, tecla
2-
, libsigsegv, gmpxx, cvc4, cln
2+
, libsigsegv, gmpxx, cln
33
}:
44

55
let
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
2222
};
2323

2424
buildInputs = [
25-
flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper unzip cvc4 cln
25+
flex bison ncurses buddy tecla gmpxx libsigsegv makeWrapper unzip cln
2626
];
2727

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

0 commit comments

Comments
 (0)