mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
Revert "util-linux: also downgrade static builds already"
This reverts commit 15d8d27bd6.
Too many issues with 2.40 for now — we're reverting to 2.39.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
let
|
||||
# Temporarily avoid applying the patches on systems where already we have binaries
|
||||
# (in particular x86_64-linux and aarch64-linux) as the package is a huge rebuild there.
|
||||
avoidRebuild = with stdenv.hostPlatform; isLinux && is64bit && !isStatic;
|
||||
avoidRebuild = stdenv.isLinux && stdenv.is64bit;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "util-linux" + lib.optionalString (!nlsSupport && !ncursesSupport && !systemdSupport) "-minimal";
|
||||
|
||||
Reference in New Issue
Block a user