haskell-call: build should be fixed, but the dependency audiovisual is still broken
This commit is contained in:
parent
7b49289c74
commit
7f76150662
@ -517,10 +517,6 @@ self: super: {
|
|||||||
# https://github.com/cgaebel/stm-conduit/issues/33
|
# https://github.com/cgaebel/stm-conduit/issues/33
|
||||||
stm-conduit = dontCheck super.stm-conduit;
|
stm-conduit = dontCheck super.stm-conduit;
|
||||||
|
|
||||||
# https://github.com/fumieval/call/issues/3
|
|
||||||
call = markBrokenVersion "0.1.2" super.call;
|
|
||||||
rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial; # depends on call
|
|
||||||
|
|
||||||
# The install target tries to run lots of commands as "root". WTF???
|
# The install target tries to run lots of commands as "root". WTF???
|
||||||
hannahci = markBroken super.hannahci;
|
hannahci = markBroken super.hannahci;
|
||||||
|
|
||||||
@ -724,6 +720,8 @@ self: super: {
|
|||||||
|
|
||||||
# https://github.com/fumieval/audiovisual/issues/1
|
# https://github.com/fumieval/audiovisual/issues/1
|
||||||
audiovisual = markBroken super.audiovisual;
|
audiovisual = markBroken super.audiovisual;
|
||||||
|
call = dontDistribute super.call;
|
||||||
|
rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial;
|
||||||
|
|
||||||
# https://github.com/alephcloud/hs-stm-queue-extras/issues/2
|
# https://github.com/alephcloud/hs-stm-queue-extras/issues/2
|
||||||
stm-queue-extras = overrideCabal super.stm-queue-extras (drv: { editedCabalFile = null; });
|
stm-queue-extras = overrideCabal super.stm-queue-extras (drv: { editedCabalFile = null; });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user