mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell.packages.ghc881.system-fileio: fix build
This commit is contained in:
parent
dff789ddab
commit
8c1e16bd5c
1 changed files with 1 additions and 0 deletions
|
@ -162,5 +162,6 @@ self: super: {
|
|||
chell = overrideCabal (doJailbreak super.chell) (_drv: {
|
||||
broken = false;
|
||||
});
|
||||
system-fileio = doJailbreak super.system-fileio;
|
||||
yaml = self.yaml_0_11_1_2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue