summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-12 06:01:59 +0000
committerGitHub <noreply@github.com>2021-07-12 06:01:59 +0000
commitfccc3b83d0418209bc6f090c39c95f61729e939a (patch)
tree8d7846dbe1d80f8ff8d8595a0ecb416945e4722c /pkgs/os-specific/linux
parent7f862aeaa57664f88f009af9c0bdeafed8168f93 (diff)
parent5efb7d8d19aa468315aef06213d3f89567013461 (diff)
downloadnixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar.gz
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar.bz2
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar.lz
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar.xz
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.tar.zst
nixpkgs-fccc3b83d0418209bc6f090c39c95f61729e939a.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/manual-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix
index f874762267a..fda2881a8d2 100644
--- a/pkgs/os-specific/linux/kernel/manual-config.nix
+++ b/pkgs/os-specific/linux/kernel/manual-config.nix
@@ -119,7 +119,7 @@ let
         # This way kernels can be bit-by-bit reproducible depending on settings
         # (e.g. MODULE_SIG and SECURITY_LOCKDOWN_LSM need to be disabled).
         # See also https://kernelnewbies.org/BuildId
-        sed -i Makefile -e 's|--build-id|--build-id=none|'
+        sed -i Makefile -e 's|--build-id=[^ ]*|--build-id=none|'
 
         patchShebangs scripts/ld-version.sh
       '';