mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.DPutils: fix build
This commit is contained in:
parent
614afce3a8
commit
080b28054a
1 changed files with 3 additions and 0 deletions
|
@ -868,4 +868,7 @@ self: super: {
|
||||||
|
|
||||||
# https://github.com/jswebtools/language-ecmascript/pull/81
|
# https://github.com/jswebtools/language-ecmascript/pull/81
|
||||||
language-ecmascript = doJailbreak super.language-ecmascript;
|
language-ecmascript = doJailbreak super.language-ecmascript;
|
||||||
|
|
||||||
|
# https://github.com/choener/DPutils/pull/1
|
||||||
|
DPutils = doJailbreak super.DPutils;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue