summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-08 15:00:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-08 15:00:18 +0000
commit2c98c029014b35790d4b48a4c82aa42d375e8c5b (patch)
tree7298c70c24aac792ac6921395c5218fc80e07349 /pkgs/top-level
parent07bc3fbf002a802c5e0c57c9700c4c8b693ff212 (diff)
* Indent consistently.
svn path=/nixpkgs/branches/usability/; revision=4995
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix85
1 files changed, 46 insertions, 39 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a91948607c3f5..34b97fc8c5f4e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -78,18 +78,18 @@ rec {
   };
 
   coreutils = useFromStdenv (stdenv ? coreutils) stdenv.coreutils
-  (import ../tools/misc/coreutils {
-    inherit fetchurl stdenv;
-  });
+    (import ../tools/misc/coreutils {
+      inherit fetchurl stdenv;
+    });
 
   coreutilsDiet = (import ../tools/misc/coreutils-diet) {
     inherit fetchurl stdenv dietgcc perl;
   };
 
   findutils = useFromStdenv (stdenv ? findutils) stdenv.findutils
-  (import ../tools/misc/findutils {
-    inherit fetchurl stdenv coreutils;
-  });
+    (import ../tools/misc/findutils {
+      inherit fetchurl stdenv coreutils;
+    });
 
   findutilsWrapper = (import ../tools/misc/findutils-wrapper) {
     inherit stdenv findutils;
@@ -125,9 +125,9 @@ rec {
   };
 
   diffutils = useFromStdenv (stdenv ? diffutils) stdenv.diffutils
-  (import ../tools/text/diffutils {
-    inherit fetchurl stdenv coreutils;
-  });
+    (import ../tools/text/diffutils {
+      inherit fetchurl stdenv coreutils;
+    });
 
   gnupatch = (import ../tools/text/gnupatch) {
     inherit fetchurl stdenv;
@@ -136,17 +136,20 @@ rec {
   patch = useFromStdenv (stdenv ? patch) stdenv.patch
     (if stdenv.system == "powerpc-darwin" then null else gnupatch);
 
-  gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused (import ../tools/text/gnused {
-    inherit fetchurl stdenv;
-  });
+  gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
+    (import ../tools/text/gnused {
+      inherit fetchurl stdenv;
+    });
 
-  gnugrep = useFromStdenv (stdenv ? gnugrep) stdenv.gnugrep (import ../tools/text/gnugrep {
-    inherit fetchurl stdenv pcre;
-  });
+  gnugrep = useFromStdenv (stdenv ? gnugrep) stdenv.gnugrep
+    (import ../tools/text/gnugrep {
+      inherit fetchurl stdenv pcre;
+    });
 
-  gawk = useFromStdenv (stdenv ? gawk) stdenv.gawk (import ../tools/text/gawk {
-    inherit fetchurl stdenv;
-  });
+  gawk = useFromStdenv (stdenv ? gawk) stdenv.gawk
+    (import ../tools/text/gawk {
+      inherit fetchurl stdenv;
+    });
 
   groff = (import ../tools/text/groff) {
     inherit fetchurl stdenv;
@@ -186,9 +189,10 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  gnutar = useFromStdenv (stdenv ? gnutar) stdenv.gnutar (import ../tools/archivers/gnutar {
-    inherit fetchurl stdenv;
-  });
+  gnutar = useFromStdenv (stdenv ? gnutar) stdenv.gnutar
+    (import ../tools/archivers/gnutar {
+      inherit fetchurl stdenv;
+    });
 
   gnutarDiet = (import ../tools/archivers/gnutar-diet) {
     inherit fetchurl stdenv dietgcc;
@@ -202,13 +206,15 @@ rec {
     inherit fetchurl stdenv;
   };
 
-  gzip = useFromStdenv (stdenv ? gzip) stdenv.gzip (import ../tools/compression/gzip {
-    inherit fetchurl stdenv;
-  });
+  gzip = useFromStdenv (stdenv ? gzip) stdenv.gzip
+    (import ../tools/compression/gzip {
+      inherit fetchurl stdenv;
+    });
 
-  bzip2 = useFromStdenv (stdenv ? bzip2) stdenv.bzip2 (import ../tools/compression/bzip2 {
-    inherit fetchurl stdenv;
-  });
+  bzip2 = useFromStdenv (stdenv ? bzip2) stdenv.bzip2
+    (import ../tools/compression/bzip2 {
+      inherit fetchurl stdenv;
+    });
 
   zdelta = (import ../tools/compression/zdelta) {
     inherit fetchurl stdenv;
@@ -338,9 +344,10 @@ rec {
    
   ### SHELLS
 
-  bash = useFromStdenv (stdenv ? bash) stdenv.bash (import ../shells/bash {
-    inherit fetchurl stdenv;
-  });
+  bash = useFromStdenv (stdenv ? bash) stdenv.bash
+    (import ../shells/bash {
+      inherit fetchurl stdenv;
+    });
 
   tcsh = (import ../shells/tcsh) {
     inherit fetchurl stdenv ncurses;
@@ -354,9 +361,9 @@ rec {
   ### DEVELOPMENT
 
   binutils = useFromStdenv (stdenv ? binutils) stdenv.binutils
-  (import ../development/tools/misc/binutils {
-    inherit fetchurl stdenv noSysDirs;
-  });
+    (import ../development/tools/misc/binutils {
+      inherit fetchurl stdenv noSysDirs;
+    });
 
   binutilsMips = (import ../development/tools/misc/binutils-cross) {
     inherit fetchurl stdenv noSysDirs;
@@ -374,9 +381,9 @@ rec {
   };
 
   patchelf = useFromStdenv (stdenv ? patchelf) stdenv.patchelf
-  (import ../development/tools/misc/patchelf) {
-    inherit fetchurl stdenv;
-  };
+    (import ../development/tools/misc/patchelf {
+      inherit fetchurl stdenv;
+    });
 
   gnum4 = (import ../development/tools/misc/gnum4) {
     inherit fetchurl stdenv;
@@ -468,9 +475,9 @@ rec {
   };
 
   gnumake = useFromStdenv (stdenv ? gnumake) stdenv.gnumake
-  (import ../development/tools/build-managers/gnumake {
-    inherit fetchurl stdenv;
-  });
+    (import ../development/tools/build-managers/gnumake {
+      inherit fetchurl stdenv;
+    });
 
   mk = (import ../development/tools/build-managers/mk) {
     inherit fetchurl stdenv;