undo #2522 merge except on darwin
It was only meant for darwin originally anyway. See the PR for discussion.
This commit is contained in:
@@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ perl gnum4 ];
|
||||
propagatedBuildInputs = [ gmpxx ];
|
||||
|
||||
configureFlags = [ "--disable-watchdog" "CPPFLAGS=-fexceptions" ] ++
|
||||
configureFlags = [ "--disable-watchdog" ] ++
|
||||
stdenv.lib.optionals stdenv.isDarwin [
|
||||
"CPPFLAGS=-fexceptions"
|
||||
"--disable-ppl_lcdd" "--disable-ppl_lpsol" "--disable-ppl_pips"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user