pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-rootkey-file=${dns-root-data}/root.key"
|
||||
"--enable-pie"
|
||||
"--enable-relro-now"
|
||||
] ++ stdenv.lib.optional stdenv.hostPlatform.isStatic [
|
||||
] ++ lib.optional stdenv.hostPlatform.isStatic [
|
||||
"--disable-flto"
|
||||
] ++ lib.optionals withSystemd [
|
||||
"--enable-systemd"
|
||||
|
||||
Reference in New Issue
Block a user