Indent sensibly

This commit is contained in:
Eelco Dolstra 2013-12-03 09:22:58 -05:00
parent 929b7bdc4b
commit da607b2110
1 changed files with 29 additions and 28 deletions

View File

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