haskellPackages.DPutils: fix build

This commit is contained in:
Robin Gloster 2017-03-01 15:39:13 +01:00
parent 614afce3a8
commit 080b28054a
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -868,4 +868,7 @@ self: super: {
# https://github.com/jswebtools/language-ecmascript/pull/81
language-ecmascript = doJailbreak super.language-ecmascript;
# https://github.com/choener/DPutils/pull/1
DPutils = doJailbreak super.DPutils;
}