gsort: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-11-07 17:26:34 -05:00
parent 05a704f989
commit ded9f94444
3 changed files with 74 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ self: super: pkgs: with pkgs; {
ghmm = callPackage ./ghmm { };
gsort = callPackage ./gsort { };
inherit (callPackages ./octopus/libxc.nix { }) libxc301 libxc404;
libxc3 = libxc301;
libxc4 = libxc404;