Loading pkgs/by-name/ut/util-linux/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/by-name/ut/util-linux/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading