haskellPackages.DPutils: fix build

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 868 868 869 869 # https://github.com/jswebtools/language-ecmascript/pull/81 870 870 language-ecmascript = doJailbreak super.language-ecmascript; 871 + 872 + # https://github.com/choener/DPutils/pull/1 873 + DPutils = doJailbreak super.DPutils; 871 874 }