mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-integer-gmp: don't try to build this package
This commit is contained in:
parent
67950f036e
commit
834f2dc27b
1 changed files with 3 additions and 2 deletions
|
@ -176,9 +176,10 @@ self: super: {
|
|||
# Obsolete: https://github.com/massysett/prednote/issues/1.
|
||||
prednote-test = markBrokenVersion "0.26.0.4" super.prednote-test;
|
||||
|
||||
# Doesn't compile: <http://hydra.cryp.to/build/465891/nixlog/1/raw>.
|
||||
integer-gmp_0_5_1_0 = markBroken super.integer-gmp_0_5_1_0;
|
||||
# Doesn't compile: "Setup: can't find include file ghc-gmp.h"
|
||||
integer-gmp_1_0_0_0 = markBroken super.integer-gmp_1_0_0_0;
|
||||
|
||||
# Obsolete.
|
||||
lushtags = markBrokenVersion "0.0.1" super.lushtags;
|
||||
|
||||
# https://github.com/haskell/bytestring/issues/41
|
||||
|
|
Loading…
Reference in a new issue