mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
linuxptp: switch to substituteInPlace --replace-fail
This commit is contained in:
parent
34c951329b
commit
8f2ec0d690
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace incdefs.sh --replace \
|
||||
substituteInPlace incdefs.sh --replace-fail \
|
||||
'/usr/include/linux/' "${linuxHeaders}/include/linux/"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user