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