You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test suite tries to run `minisat` which is not on PATH
1268
+
ersatz=dontChecksuper.ersatz;
1269
+
1270
+
# doctests test suite fails with:
1271
+
# /build/trifecta-2.1/src/Text/Trifecta/Util/It.hs:61: failure in expression `let keepIt a = Pure a'
1272
+
# expected:
1273
+
# but got: /nix/store/xz6sgnl68v00yhfk25cfankpdf7g57cs-binutils-2.31.1/bin/ld: warning: type and size of dynamic symbol `TextziTrifectaziDelta_zdfHasDeltaByteString_closure' are not defined
1274
+
trifecta=dontChecksuper.trifecta;
1275
+
1228
1276
});
1229
1277
1230
1278
});
@@ -1291,6 +1339,7 @@ in
1291
1339
bench
1292
1340
dhall
1293
1341
hsyslog# Small example of handling https://github.com/NixOS/nixpkgs/issues/43849 correctly
1342
+
aura
1294
1343
;
1295
1344
}//(ifapproach=="pkgsStatic"then{}else{
1296
1345
# Packages that work with `pkgsMusl` but fail with `pkgsStatic`:
@@ -1316,7 +1365,6 @@ in
1316
1365
1317
1366
notWorking={
1318
1367
inherit(haskellPackages)
1319
-
aura# Removed for now as it keeps having Cabal bounds issues (https://github.com/aurapm/aura/issues/526#issuecomment-493716675)
1320
1368
tttool# see #14 # TODO reenable after fixing Package `HPDF-1.4.10` being marked as broken and failing to evaluate
1321
1369
;
1322
1370
};
@@ -1332,26 +1380,25 @@ in
1332
1380
builtins.removeAttrsallStackageExecutables[
1333
1381
# List of executables that don't work for reasons not yet investigated.
1334
1382
# When changing this file, we should always check if this list grows or shrinks.
1335
-
"Agda"# anonymous function at build-support/fetchurl/boot.nix:5:1 called with unexpected argument 'meta', at build-support/fetchpatch/default.nix:14:1
1336
-
"Allure"# marked as broken
1337
-
"csg"# marked as broken
1383
+
"Agda"# fails on `emacs` not building
1384
+
"Allure"# depends on `LambdaHack` also in this list
1385
+
"csg"# `base >=4.0 && <4.14` on `doctest-driver-gen`
1338
1386
"cuda"# needs `allowUnfree = true`; enabling it gives `unsupported platform for the pure Linux stdenv`
"gtk3"# problem compiling `glib` dependency: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a PIE object
1344
-
"H"# `zgemm_: symbol not found` when compiling Main; not clear how that can be provided
1345
-
"hamilton"# openmp linker error via openblas
1346
-
"hquantlib"# marked as broken
1347
-
"ihaskell"# marked as broken
1348
-
"LambdaHack"# marked as broken
1349
-
"language-puppet"# dependency `hruby` does not build
1387
+
"debug"# `regex-base <0.94` on `regex-tdfa-text`
1388
+
"diagrams-builder"# `template-haskell >=2.5 && <2.16` on `size-based`
1389
+
"gloss-examples"# `base >=4.8 && <4.14` on `repa-io`
1390
+
"gtk3"# Haskell package `glib` fails with `Ambiguous module name ‘Gtk2HsSetup’: it was found in multiple packages: gtk2hs-buildtools-0.13.8.0 gtk2hs-buildtools-0.13.8.0`
1391
+
"H"# error: anonymous function at pkgs/applications/science/math/R/default.nix:1:1 called with unexpected argument 'javaSupport', at lib/customisation.nix:69:16
1392
+
"hamilton"# `_gfortran_concat_string` linker error via openblas
1393
+
"hquantlib"# `time >=1.4.0.0 && <1.9.0.0` on `hquantlib-time`
1394
+
"ihaskell"# linker error
1395
+
"LambdaHack"# fails `systemd` dependency erroring on `#include <printf.h>`
0 commit comments