Indent sensibly

This commit is contained in:
Eelco Dolstra 2013-12-03 09:22:58 -05:00
parent 929b7bdc4b
commit da607b2110

View File

@ -9,7 +9,8 @@
{ stdenv, fetchurl, allLocales ? true, locales ? ["en_US.UTF-8/UTF-8"] }: { stdenv, fetchurl, allLocales ? true, locales ? ["en_US.UTF-8/UTF-8"] }:
let build = import ./common.nix; in let build = import ./common.nix; in
build null {
build null {
name = "glibc-locales"; name = "glibc-locales";
inherit fetchurl stdenv; inherit fetchurl stdenv;
@ -43,4 +44,4 @@ let build = import ./common.nix; in
''; '';
meta.description = "Locale information for the GNU C Library"; meta.description = "Locale information for the GNU C Library";
} }