svtyper: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-11-07 17:26:51 -05:00
parent ded9f94444
commit 3902499aaf
2 changed files with 33 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ self: super: pkgs: with pkgs; {
samblaster = callPackage ./samblaster.nix { };
svtyper = pythonPackages.callPackage ./svtyper.nix { };
idba = callPackage ./idba.nix { };
nixStable = ( super.nixStable.override { confDir= "/nix/etc"; } ).overrideAttrs