tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-thyme can't compile its test suite.
Peter Simons
10 years ago
e7084d1a
66a2dbbd
+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
···
922
# https://github.com/qnikst/imagemagick/issues/34
923
imagemagick = dontCheck super.imagemagick;
924
0
0
0
925
}
···
922
# https://github.com/qnikst/imagemagick/issues/34
923
imagemagick = dontCheck super.imagemagick;
924
925
+
# https://github.com/liyang/thyme/issues/36
926
+
thyme = dontCheck super.thyme;
927
+
928
}