Indent sensibly
This commit is contained in:
parent
929b7bdc4b
commit
da607b2110
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue