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.
aur
1 parent 7d5c8e9 commit ab3c3acCopy full SHA for ab3c3ac
survey/default.nix
@@ -593,12 +593,13 @@ let
593
}) {};
594
algebraic-graphs = doJailbreak super.algebraic-graphs;
595
generic-lens = dontCheck super.generic-lens;
596
- aur = self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
+ # Disable tests due to https://github.com/aurapm/aura/issues/526
597
+ aur = dontCheck (self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
598
owner = "aurapm";
599
repo = "aura";
600
rev = "9652a3bff8c6a6586513282306b3ce6667318b00";
601
sha256 = "1mwshmvvnnw77pfr6xhjqmqmd0wkmgs84zzxmqzdycz8jipyjlmf";
- }) + "/aur") {};
602
+ }) + "/aur") {});
603
604
aura =
605
let
0 commit comments