gettext, libiconv: dontAddExtraLibs can be legitimately undefined
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# it doesn't hurt to have it in Glibc either though
|
||||
|
||||
# See pkgs/build-support/setup-hooks/role.bash
|
||||
if [ -z "$dontAddExtraLibs" ]; then
|
||||
if [ -z "${dontAddExtraLibs-}" ]; then
|
||||
getHostRole
|
||||
export NIX_${role_pre}LDFLAGS+=" -liconv"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user