mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-temporal-music-notation does not compile.
https://github.com/anton-k/temporal-music-notation/issues/1
This commit is contained in:
parent
1650292b65
commit
1e574111ff
1 changed files with 5 additions and 0 deletions
|
@ -802,4 +802,9 @@ self: super: {
|
|||
hgeometry = dontDistribute super.hgeometry;
|
||||
hipe = dontDistribute super.hipe;
|
||||
|
||||
# https://github.com/anton-k/temporal-music-notation/issues/1
|
||||
temporal-music-notation = markBroken super.temporal-music-notation;
|
||||
temporal-music-notation-demo = dontDistribute super.temporal-music-notation-demo;
|
||||
temporal-music-notation-western = dontDistribute super.temporal-music-notation-western;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue