forked from mirrors/nixpkgs
haskell-clash-lib depends on broken singletons library.
This commit is contained in:
parent
1e574111ff
commit
e9631f289f
|
@ -801,6 +801,7 @@ self: super: {
|
||||||
singleton-nats = dontDistribute super.singleton-nats;
|
singleton-nats = dontDistribute super.singleton-nats;
|
||||||
hgeometry = dontDistribute super.hgeometry;
|
hgeometry = dontDistribute super.hgeometry;
|
||||||
hipe = dontDistribute super.hipe;
|
hipe = dontDistribute super.hipe;
|
||||||
|
clash-lib = dontDistribute super.clash-lib;
|
||||||
|
|
||||||
# https://github.com/anton-k/temporal-music-notation/issues/1
|
# https://github.com/anton-k/temporal-music-notation/issues/1
|
||||||
temporal-music-notation = markBroken super.temporal-music-notation;
|
temporal-music-notation = markBroken super.temporal-music-notation;
|
||||||
|
|
Loading…
Reference in a new issue