mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
express-form needs express, but it does not get extracted by npm2nix. Fixing it manually
This commit is contained in:
parent
efe0d9ece2
commit
e502b3867b
1 changed files with 1 additions and 0 deletions
|
@ -1576,6 +1576,7 @@
|
|||
dependencies = [
|
||||
{ name = "validator"; spec = "0.4.x"; }
|
||||
{ name = "object-additions"; spec = ">= 0.5.0"; }
|
||||
{ name = "express"; spec = "*"; }
|
||||
];
|
||||
patchLatest = false;
|
||||
sha1 = "14299158646a796fac584cb5980d63e587c02019";
|
||||
|
|
Loading…
Reference in a new issue