util-linux: fix static

Fixes: fb70653cda ("util-linux: 2.39.4 -> 2.40.4")
Closes: https://github.com/NixOS/nixpkgs/issues/389169
This commit is contained in:
Alyssa Ross
2025-03-20 10:47:18 +01:00
parent 7c76d3b20b
commit f31d556520
+4
View File
@@ -105,6 +105,10 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Doesn't build on Darwin, also doesn't really make sense on Darwin
"--disable-liblastlog2"
]
++ lib.optionals stdenv.hostPlatform.isStatic [
# Mandatory shared library.
"--disable-pam-lastlog2"
];
makeFlags = [