Newer haskell cmdlib version 0.3.6 is no longer marked as broken.
Closes https://github.com/NixOS/nixpkgs/pull/9316.
This commit is contained in:
parent
f2fc95686c
commit
d58753b994
|
@ -174,15 +174,6 @@ self: super: {
|
||||||
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
|
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
|
||||||
self.webkitgtk3-javascriptcore ];
|
self.webkitgtk3-javascriptcore ];
|
||||||
|
|
||||||
# contacted maintainer by e-mail
|
|
||||||
cmdlib = markBrokenVersion "0.3.5" super.cmdlib;
|
|
||||||
darcs-fastconvert = dontDistribute super.darcs-fastconvert;
|
|
||||||
ivory-backend-c = dontDistribute super.ivory-backend-c;
|
|
||||||
ivory-bitdata = dontDistribute super.ivory-bitdata;
|
|
||||||
ivory-examples = dontDistribute super.ivory-examples;
|
|
||||||
ivory-hw = dontDistribute super.ivory-hw;
|
|
||||||
laborantin-hs = dontDistribute super.laborantin-hs;
|
|
||||||
|
|
||||||
# https://github.com/cartazio/arithmoi/issues/1
|
# https://github.com/cartazio/arithmoi/issues/1
|
||||||
arithmoi = markBroken super.arithmoi;
|
arithmoi = markBroken super.arithmoi;
|
||||||
NTRU = dontDistribute super.NTRU;
|
NTRU = dontDistribute super.NTRU;
|
||||||
|
|
Loading…
Reference in New Issue