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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/channel.nix b/pkgs/build-support/channel.nix
index 48f28526..6a03dbc5 100644
--- a/pkgs/build-support/channel.nix
+++ b/pkgs/build-support/channel.nix
@@ -2,7 +2,7 @@
 
 { name, src, constituents ? [], meta ? {}, ... }@args:
 
-stdenv.mkDerivation {
+stdenv.mkDerivation ({
   inherit name src constituents;
   _hydraAggregate = true;
 
@@ -28,4 +28,4 @@ stdenv.mkDerivation {
   meta = meta // {
     isHydraChannel = true;
   };
-} // removeAttrs args [ "name" "channelName" "src" "constituents" "meta" ]
+} // removeAttrs args [ "name" "channelName" "src" "constituents" "meta" ])