haskell-ng: patch dyre to check NIX_GHC
xmonad is patched in similar manner already
This commit is contained in:
@@ -731,6 +731,9 @@ self: super: {
|
||||
# Tries to run GUI in tests
|
||||
leksah = dontCheck super.leksah;
|
||||
|
||||
# Patch to consider NIX_GHC just like xmonad does
|
||||
dyre = appendPatch super.dyre ./dyre-nix.patch;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
||||
Reference in New Issue
Block a user