mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Moved NCBI-tools to applications
svn path=/nixpkgs/trunk/; revision=12004
This commit is contained in:
parent
d78d018ad8
commit
289da88ccc
2 changed files with 1 additions and 1 deletions
|
@ -6814,7 +6814,7 @@ let pkgs = rec {
|
|||
inherit fetchurl stdenv readline;
|
||||
};
|
||||
|
||||
ncbi_tools = import ../development/libraries/science/biology/ncbi-tools {
|
||||
ncbi_tools = import ../applications/science/biology/ncbi-tools {
|
||||
inherit fetchurl stdenv cpio;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue