xopen: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-06-25 11:53:47 -04:00
parent 4d3da4bd51
commit db14501e23
2 changed files with 25 additions and 0 deletions

View File

@@ -5,4 +5,6 @@ pkgs: self: super: with self; {
openslide = callPackage ./openslide/python.nix { openslide = pkgs.openslide; };
pybedtools = callPackage ./pybedtools.nix { };
xopen = callPackage ./xopen.nix { };
}