-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
util-linux: 2.40.4 -> 2.41 #391562
base: staging
Are you sure you want to change the base?
util-linux: 2.40.4 -> 2.41 #391562
Conversation
|
Failed due to |
|
For now, we can at least fix
|
diff --git a/pkgs/by-name/ut/util-linux/package.nix b/pkgs/by-name/ut/util-linux/package.nix
index 8733fc0f1d27..5823947c37dd 100644
--- a/pkgs/by-name/ut/util-linux/package.nix
+++ b/pkgs/by-name/ut/util-linux/package.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
postPatch =
''
- patchShebangs tests/run.sh tools/all_syscalls
+ patchShebangs tests/run.sh tools/all_syscalls tools/all_errnos
substituteInPlace sys-utils/eject.c \
--replace "/bin/umount" "$bin/bin/umount" Just needs this and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minimal works, full build doesn't until #392267 unblocks.
https://lore.kernel.org/util-linux/2cifsg7vkdiivfsmmximhbzybrsopn7zfqgwz2f6hyflh35pjr@ecyicq2cbsro
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.