express-form needs express, but it does not get extracted by npm2nix. Fixing it manually
This commit is contained in:
parent
efe0d9ece2
commit
e502b3867b
@ -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 New Issue
Block a user