tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages: clean up unnecessary overrides
Robin Gloster
9 years ago
0087d161
d3877b7c
-10
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
-10
pkgs/development/haskell-modules/configuration-common.nix
···
248
248
webkitgtk3-javascriptcore = super.webkitgtk3-javascriptcore.override { webkit = pkgs.webkitgtk24x; };
249
249
websnap = super.websnap.override { webkit = pkgs.webkitgtk24x; };
250
250
251
251
-
# While waiting for https://github.com/jwiegley/gitlib/pull/53 to be merged
252
252
-
hlibgit2 = addBuildTool super.hlibgit2 pkgs.git;
253
253
-
254
251
# https://github.com/mvoidex/hsdev/issues/11
255
252
hsdev = dontHaddock super.hsdev;
256
253
···
263
260
# Upstream notified by e-mail.
264
261
permutation = dontCheck super.permutation;
265
262
266
266
-
# https://github.com/vincenthz/hs-tls/issues/102
267
267
-
tls = dontCheck super.tls;
268
268
-
269
263
# https://github.com/jputcu/serialport/issues/25
270
264
serialport = dontCheck super.serialport;
271
265
···
274
268
275
269
# Fails no apparent reason. Upstream has been notified by e-mail.
276
270
assertions = dontCheck super.assertions;
277
277
-
278
278
-
# https://github.com/vincenthz/tasty-kat/issues/1
279
279
-
tasty-kat = dontCheck super.tasty-kat;
280
271
281
272
# These packages try to execute non-existent external programs.
282
273
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
···
302
293
test-sandbox = dontCheck super.test-sandbox;
303
294
users-postgresql-simple = dontCheck super.users-postgresql-simple;
304
295
wai-middleware-hmac = dontCheck super.wai-middleware-hmac;
305
305
-
wai-middleware-throttle = dontCheck super.wai-middleware-throttle; # https://github.com/creichert/wai-middleware-throttle/issues/1
306
296
xkbcommon = dontCheck super.xkbcommon;
307
297
xmlgen = dontCheck super.xmlgen;
308
298
hapistrano = dontCheck super.hapistrano;