pkgs.newsbot-js: enable patchPhase

required for overriding the patchPhase
This commit is contained in:
makefu 2017-08-22 11:20:25 +02:00
parent 84646ba415
commit 7fa9cb75cb
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -32,6 +32,7 @@ in np.buildNodePackage {
phases = [
"unpackPhase"
"patchPhase"
"installPhase"
];