pkgs.newsbot-js: enable patchPhase
required for overriding the patchPhase
This commit is contained in:
parent
164e22ca5f
commit
665021f4c1
|
@ -32,6 +32,7 @@ in np.buildNodePackage {
|
|||
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"patchPhase"
|
||||
"installPhase"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue