Skip to content

Commit 76d2cd3

Browse files
committed
survey: Add tttool. See #14
1 parent ab3c3ac commit 76d2cd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

survey/default.nix

+9
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,14 @@ let
625625
in
626626
doJailbreak (self.callCabal2nix "aur" aura_aura_subdir {});
627627

628+
# Added for #14
629+
tttool = self.callCabal2nix "tttool" (pkgs.fetchFromGitHub {
630+
owner = "entropia";
631+
repo = "tip-toi-reveng";
632+
rev = "f83977f1bc117f8738055b978e3cfe566b433483";
633+
sha256 = "05bbn63sn18s6c7gpcmzbv4hyfhn1i9bd2bw76bv6abr58lnrwk3";
634+
}) {};
635+
628636
# TODO Remove when https://github.com/NixOS/cabal2nix/issues/372 is fixed and available
629637
yaml = disableCabalFlag super.yaml "system-libyaml";
630638

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

0 commit comments

Comments
 (0)