pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = [
|
||||
"--with-libmount"
|
||||
] ++ stdenv.lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
# AC_FUNC_MALLOC is broken on cross builds.
|
||||
"ac_cv_func_malloc_0_nonnull=yes"
|
||||
"ac_cv_func_realloc_0_nonnull=yes"
|
||||
|
||||
Reference in New Issue
Block a user