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 = [
|
dependencies = [
|
||||||
{ name = "validator"; spec = "0.4.x"; }
|
{ name = "validator"; spec = "0.4.x"; }
|
||||||
{ name = "object-additions"; spec = ">= 0.5.0"; }
|
{ name = "object-additions"; spec = ">= 0.5.0"; }
|
||||||
|
{ name = "express"; spec = "*"; }
|
||||||
];
|
];
|
||||||
patchLatest = false;
|
patchLatest = false;
|
||||||
sha1 = "14299158646a796fac584cb5980d63e587c02019";
|
sha1 = "14299158646a796fac584cb5980d63e587c02019";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user