We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3c3ac commit 76d2cd3Copy full SHA for 76d2cd3
survey/default.nix
@@ -625,6 +625,14 @@ let
625
in
626
doJailbreak (self.callCabal2nix "aur" aura_aura_subdir {});
627
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
+
636
# TODO Remove when https://github.com/NixOS/cabal2nix/issues/372 is fixed and available
637
yaml = disableCabalFlag super.yaml "system-libyaml";
638
@@ -704,6 +712,7 @@ in
704
712
pandoc # Depends on Lua
705
713
hsyslog # Small example of handling https://github.com/NixOS/nixpkgs/issues/43849 correctly
706
714
aura # Requested by the author
715
+ tttool # see #14
707
716
;
708
717
};
709
718
0 commit comments