We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc53bb commit dd8b314Copy full SHA for dd8b314
survey/default.nix
@@ -1025,6 +1025,22 @@ let
1025
(if disableOptimization then dontCheck else lib.id)
1026
super.unordered-containers;
1027
1028
+ # Fails the tests
1029
+ # FromJSONKey
1030
+ # -: OK
1031
1032
1033
1034
+ # -: FAIL
1035
+ # tests/UnitTests.hs:309:
1036
+ # Const Text
1037
+ # Use -p '$0=="tests.unit.FromJSONKey.-"' to rerun this test only.
1038
+ #
1039
+ # TODO: File an upstream bug for that, after reproducing it outside of nix.
1040
+ aeson =
1041
+ (if disableOptimization then dontCheck else lib.id)
1042
+ super.aeson;
1043
+
1044
arbtt =
1045
addStaticLinkerFlagsWithPkgconfig
1046
super.arbtt
0 commit comments