Skip to content

Commit 3cc4682

Browse files
committedJul 19, 2017
haskell-symengine: the build is broken because the system library this code binds to does not exist
This error isn't easily detectable, however, because the Cabal files declares the dependency on "symengine" for the test program rather than for the library itself. symengine/symengine.hs#14
1 parent 7ddc387 commit 3cc4682

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkgs/development/haskell-modules/configuration-common.nix

-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ self: super: {
375375
static-resources = dontCheck super.static-resources;
376376
strive = dontCheck super.strive; # fails its own hlint test with tons of warnings
377377
svndump = dontCheck super.svndump;
378-
symengine = dontCheck super.symengine;
379378
tar = dontCheck super.tar; #http://hydra.nixos.org/build/25088435/nixlog/2 (fails only on 32-bit)
380379
th-printf = dontCheck super.th-printf;
381380
thumbnail-plus = dontCheck super.thumbnail-plus;

0 commit comments

Comments
 (0)
Please sign in to comment.