Skip to content

Commit

Permalink
survey: Add tttool. See #14
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Mar 22, 2019
1 parent ab3c3ac commit 76d2cd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,14 @@ let
in
doJailbreak (self.callCabal2nix "aur" aura_aura_subdir {});

# Added for #14
tttool = self.callCabal2nix "tttool" (pkgs.fetchFromGitHub {
owner = "entropia";
repo = "tip-toi-reveng";
rev = "f83977f1bc117f8738055b978e3cfe566b433483";
sha256 = "05bbn63sn18s6c7gpcmzbv4hyfhn1i9bd2bw76bv6abr58lnrwk3";
}) {};

# TODO Remove when https://github.com/NixOS/cabal2nix/issues/372 is fixed and available
yaml = disableCabalFlag super.yaml "system-libyaml";

Expand Down Expand Up @@ -704,6 +712,7 @@ in
pandoc # Depends on Lua
hsyslog # Small example of handling https://github.com/NixOS/nixpkgs/issues/43849 correctly
aura # Requested by the author
tttool # see #14
;
};

Expand Down

0 comments on commit 76d2cd3

Please sign in to comment.