File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments