Skip to content

Commit

Permalink
Add nodePackages.bionode-sra and re-generate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpvieira committed Jan 9, 2019
1 parent 5bf53df commit bb4308c
Show file tree
Hide file tree
Showing 5 changed files with 1,825 additions and 2,127 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/node-packages/default-v10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ nodePackages // {
buildInputs = [ nodePackages.node-gyp-build ];
};


bionode-sra = nodePackages.bionode-sra.override {
buildInputs = [ pkgs.curl pkgs.gnumake ];
};

dnschain = nodePackages.dnschain.override {
buildInputs = [ pkgs.makeWrapper nodePackages.coffee-script ];
postInstall = ''
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/node-packages/node-packages-v10.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
, "azure-functions-core-tools"
, "bionode-fasta"
, "bionode-ncbi"
, "bionode-sra"
, "body-parser"
, "bower"
, "bower2nix"
Expand Down
Loading

0 comments on commit bb4308c

Please sign in to comment.