mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-unlambda/brainfuck: Put a note
This commit is contained in:
parent
cb9764f847
commit
3e17a5c1d0
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ self: super: {
|
|||
in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
|
||||
self.webkitgtk3-javascriptcore ];
|
||||
|
||||
# https://github.com/haskell-infra/hackage-trustees/issues/24
|
||||
# FIXME: remove with the next Hackage update
|
||||
brainfuck = appendPatch super.brainfuck ./brainfuck-fix-ghc710.patch;
|
||||
unlambda = appendPatch super.unlambda ./unlambda-fix-ghc710.patch;
|
||||
|
||||
|
|
Loading…
Reference in a new issue