Skip to content

Commit

Permalink
Revert "util-linux: also downgrade static builds already"
Browse files Browse the repository at this point in the history
This reverts commit 15d8d27.

Too many issues with 2.40 for now — we're reverting to 2.39.
  • Loading branch information
alyssais committed May 22, 2024
1 parent 31311bf commit d2b0bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/util-linux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d2b0bf5

Please sign in to comment.