about summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/channel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/channel.nix b/pkgs/build-support/channel.nix
index f2837a96..48f28526 100644
--- a/pkgs/build-support/channel.nix
+++ b/pkgs/build-support/channel.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   inherit name src constituents;
   _hydraAggregate = true;
 
-  phases = [ "unpackPhase" "installPhase" ];
+  phases = [ "unpackPhase" "patchPhase" "installPhase" ];
   installPhase = ''
     mkdir -p "$out/tarballs" "$out/nix-support"