tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-text-zipper: disable test suite to fix the build
Peter Simons
8 years ago
e960eb0b
4bf61ab2
+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
···
902
902
# happy 1.19.6 and later break some packages.
903
903
Agda = super.Agda.override { happy = self.happy_1_19_5; };
904
904
905
905
+
# https://github.com/jtdaugherty/text-zipper/issues/11
906
906
+
text-zipper = dontCheck super.text-zipper;
907
907
+
905
908
}