Commit 76d2cd3 1 parent ab3c3ac commit 76d2cd3 Copy full SHA for 76d2cd3
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 625
625
in
626
626
doJailbreak ( self . callCabal2nix "aur" aura_aura_subdir { } ) ;
627
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
+
628
636
# TODO Remove when https://github.com/NixOS/cabal2nix/issues/372 is fixed and available
629
637
yaml = disableCabalFlag super . yaml "system-libyaml" ;
630
638
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
You can’t perform that action at this time.
0 commit comments