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 1e82ea6 commit da0fd3cCopy full SHA for da0fd3c
pkgs/by-name/al/aligator/package.nix
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
82
]
83
++ lib.optionals (stdenv.hostPlatform.isDarwin && pythonSupport) [
84
# ignore one failing test for now
85
- (lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;aligator-test-py-rollout")
+ (lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;'aligator-test-py-rollout|aligator-test-py-frames'")
86
];
87
88
# Fontconfig error: Cannot load default config file: No such file: (null)
0 commit comments