pkgs.newsbot-js: enable patchPhase

required for overriding the patchPhase
This commit is contained in:
makefu 2017-08-22 11:20:25 +02:00 committed by lassulus
parent 164e22ca5f
commit 665021f4c1

View File

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