Skip to content

Commit ab3c3ac

Browse files
committed
survey: Fix aur tests failing on NixOS.
See fosskers/aura#526
1 parent 7d5c8e9 commit ab3c3ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

survey/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,13 @@ let
593593
}) {};
594594
algebraic-graphs = doJailbreak super.algebraic-graphs;
595595
generic-lens = dontCheck super.generic-lens;
596-
aur = self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
596+
# Disable tests due to https://github.com/aurapm/aura/issues/526
597+
aur = dontCheck (self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
597598
owner = "aurapm";
598599
repo = "aura";
599600
rev = "9652a3bff8c6a6586513282306b3ce6667318b00";
600601
sha256 = "1mwshmvvnnw77pfr6xhjqmqmd0wkmgs84zzxmqzdycz8jipyjlmf";
601-
}) + "/aur") {};
602+
}) + "/aur") {});
602603

603604
aura =
604605
let

0 commit comments

Comments
 (0)