tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.DPutils: fix build
Robin Gloster
9 years ago
080b2805
614afce3
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+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
871
+
872
872
+
# https://github.com/choener/DPutils/pull/1
873
873
+
DPutils = doJailbreak super.DPutils;
871
874
}