mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
spectre-meltdown-checker: use replace-fail
This commit is contained in:
parent
cefb33646a
commit
2da84ac31d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace spectre-meltdown-checker.sh \
|
substituteInPlace spectre-meltdown-checker.sh \
|
||||||
--replace /bin/echo ${coreutils}/bin/echo
|
--replace-fail /bin/echo ${coreutils}/bin/echo
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ makeBinaryWrapper ];
|
nativeBuildInputs = [ makeBinaryWrapper ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue