mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-29 13:41:07 +01:00
ucm-imx95: use --replace-fail for substituteInPlace
This commit is contained in:
parent
8650454db6
commit
86d9291cc3
5 changed files with 22 additions and 22 deletions
|
|
@ -35,9 +35,9 @@ pkgs.stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace oei/makefiles/build_info.mak \
|
||||
--replace "/bin/echo" "echo"
|
||||
--replace-fail "/bin/echo" "echo"
|
||||
substituteInPlace Makefile \
|
||||
--replace "/bin/echo" "echo"
|
||||
--replace-fail "/bin/echo" "echo"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue