forked from mirrors/nixpkgs
glibcLocales: refactoring fe32d12
according to comments
This commit is contained in:
parent
aaaeaf6f3a
commit
8c1a49bf7a
|
@ -40,7 +40,7 @@ in
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
mkdir -p "$out/lib/locale"
|
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";
|
meta.description = "Locale information for the GNU C Library";
|
||||||
|
|
Loading…
Reference in a new issue