Skip to content

Commit

Permalink
survey: Fix aur tests failing on NixOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Mar 22, 2019
1 parent 7d5c8e9 commit ab3c3ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,13 @@ let
}) {};
algebraic-graphs = doJailbreak super.algebraic-graphs;
generic-lens = dontCheck super.generic-lens;
aur = self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
# Disable tests due to https://github.com/aurapm/aura/issues/526
aur = dontCheck (self.callCabal2nix "aur" ((pkgs.fetchFromGitHub {
owner = "aurapm";
repo = "aura";
rev = "9652a3bff8c6a6586513282306b3ce6667318b00";
sha256 = "1mwshmvvnnw77pfr6xhjqmqmd0wkmgs84zzxmqzdycz8jipyjlmf";
}) + "/aur") {};
}) + "/aur") {});

aura =
let
Expand Down

0 comments on commit ab3c3ac

Please sign in to comment.