diff options
author | makefu <github@syntax-fehler.de> | 2017-08-22 11:20:25 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-06 11:05:45 +0200 |
commit | 665021f4c1638a07358381ef30d5e2988c18d13e (patch) | |
tree | c92143cd4c68e556f965509d06b6236d7a7ca60b /krebs | |
parent | 164e22ca5fec8c1221b01648afe58481abf34eb4 (diff) |
pkgs.newsbot-js: enable patchPhase
required for overriding the patchPhase
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/5pkgs/simple/newsbot-js/default.nix | 1 |
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 b52454ca4..fa39823d3 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" ]; |