Author: eelco
Date: Mon Apr  4 13:47:04 2011
New Revision: 26680
URL: https://svn.nixos.org/websvn/nix/?rev=26680&sc=1

Log:
* Fix indentation.

Modified:
   nixpkgs/branches/modular-python/pkgs/stdenv/linux/default.nix

Modified: nixpkgs/branches/modular-python/pkgs/stdenv/linux/default.nix
==============================================================================
--- nixpkgs/branches/modular-python/pkgs/stdenv/linux/default.nix       Mon Apr 
 4 13:45:16 2011        (r26679)
+++ nixpkgs/branches/modular-python/pkgs/stdenv/linux/default.nix       Mon Apr 
 4 13:47:04 2011        (r26680)
@@ -212,17 +212,18 @@
   };
 
   gccWithStaticLibs = stdenvLinuxBoot3Pkgs.gcc.gcc.override (rec {
-        ppl = stdenvLinuxBoot3Pkgs.ppl.override {
-          static = true;
-          gmpxx = stdenvLinuxBoot3Pkgs.gmpxx.override {
-            static = true;
-          };
-        };
-        cloogppl = stdenvLinuxBoot3Pkgs.cloogppl.override {
-          inherit ppl;
-          static = true;
-        };
-      });
+    ppl = stdenvLinuxBoot3Pkgs.ppl.override {
+      static = true;
+      gmpxx = stdenvLinuxBoot3Pkgs.gmpxx.override {
+        static = true;
+      };
+    };
+    cloogppl = stdenvLinuxBoot3Pkgs.cloogppl.override {
+      inherit ppl;
+      static = true;
+    };
+  });
+
 
   # 8) Construct a fourth stdenv identical to the second, except that
   #    this one uses the dynamically linked GCC and Binutils from step
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to