summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-26 01:59:05 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-10-26 01:59:05 +0200
commit3a0db27b9026f7617377df1d4ed86944f0ef09ef (patch)
treec250e90d0d22da5af1aa6c41135431f8813fedd5
parentf4be4f5e54c8fa992249da71a72e27b4005656a7 (diff)
downloadnixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar.gz
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar.bz2
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar.lz
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar.xz
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.tar.zst
nixpkgs-3a0db27b9026f7617377df1d4ed86944f0ef09ef.zip
Fix indent
-rw-r--r--pkgs/stdenv/generic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix
index 7351155bbd0..4febd228679 100644
--- a/pkgs/stdenv/generic/default.nix
+++ b/pkgs/stdenv/generic/default.nix
@@ -99,7 +99,7 @@ let
           nativeBuildInputs = nativeBuildInputs ++ (if crossConfig == null then buildInputs ++ extraBuildInputs' else []);
           propagatedNativeBuildInputs = propagatedNativeBuildInputs ++
             (if crossConfig == null then propagatedBuildInputs else []);
-      }))) (
+        }))) (
       {
         # The meta attribute is passed in the resulting attribute set,
         # but it's not part of the actual derivation, i.e., it's not