1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

glibcLocales: refactoring fe32d12 according to comments

This commit is contained in:
Vladimír Čunát 2013-11-27 21:32:42 +01:00
parent aaaeaf6f3a
commit 8c1a49bf7a

View file

@ -40,7 +40,7 @@ in
installPhase =
''
mkdir -p "$out/lib/locale"
cp -v $TMPDIR/"$(dirname $(readlink -f $(type -p localedef)))/../lib/locale/locale-archive" "$out/lib/locale"
cp -v "$TMPDIR/$NIX_STORE/"*"/lib/locale/locale-archive" "$out/lib/locale"
'';
meta.description = "Locale information for the GNU C Library";