sambamba: Upgrade to 0.6.7 and compile with upstream ldc

Fixes new compilation issues with tupple operator being dropped
This commit is contained in:
Tyson Whitehead
2018-06-27 14:19:23 -04:00
parent c72ea282b4
commit bcbb1ef4fb
4 changed files with 50 additions and 130 deletions

View File

@@ -33,7 +33,7 @@ self: super: pkgs: with pkgs; {
namd = callPackage ./namd.nix { };
sambamba = callPackage ./sambamba { };
sambamba = callPackage ./sambamba.nix { };
idba = callPackage ./idba.nix { };