summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/newsbot-js
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-22 11:20:25 +0200
committermakefu <github@syntax-fehler.de>2017-08-22 11:20:25 +0200
commit7fa9cb75cbadd9e16c0616ee3ee16f731e647d19 (patch)
treee09cfcda1871546522904eeb57a25ff81486550d /krebs/5pkgs/simple/newsbot-js
parent84646ba41595e3410fdd38b9d27312b33d4474f7 (diff)
pkgs.newsbot-js: enable patchPhase
required for overriding the patchPhase
Diffstat (limited to 'krebs/5pkgs/simple/newsbot-js')
-rw-r--r--krebs/5pkgs/simple/newsbot-js/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/newsbot-js/default.nix b/krebs/5pkgs/simple/newsbot-js/default.nix
index b52454ca..fa39823d 100644
--- a/krebs/5pkgs/simple/newsbot-js/default.nix
+++ b/krebs/5pkgs/simple/newsbot-js/default.nix
@@ -32,6 +32,7 @@ in np.buildNodePackage {
phases = [
"unpackPhase"
+ "patchPhase"
"installPhase"
];