From 76d2cd3c46fabb55419de0fdb7cb7af5ac687ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Fri, 22 Mar 2019 20:09:45 +0100 Subject: [PATCH] survey: Add tttool. See #14 --- survey/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/survey/default.nix b/survey/default.nix index 89b88d2..bc627ce 100644 --- a/survey/default.nix +++ b/survey/default.nix @@ -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"; @@ -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 ; };