summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-22 11:20:25 +0200
committerlassulus <lassulus@lassul.us>2017-09-06 11:05:45 +0200
commit665021f4c1638a07358381ef30d5e2988c18d13e (patch)
treec92143cd4c68e556f965509d06b6236d7a7ca60b
parent164e22ca5fec8c1221b01648afe58481abf34eb4 (diff)
pkgs.newsbot-js: enable patchPhase
required for overriding the patchPhase
-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"
];