mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libfaketime: use --replace-fail
This commit is contained in:
parent
abeb33f662
commit
8f79c78d1d
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ stdenv.mkDerivation rec {
|
||||||
patchShebangs test src
|
patchShebangs test src
|
||||||
for a in test/functests/test_exclude_mono.sh src/faketime.c ; do
|
for a in test/functests/test_exclude_mono.sh src/faketime.c ; do
|
||||||
substituteInPlace $a \
|
substituteInPlace $a \
|
||||||
--replace /bin/bash ${stdenv.shell}
|
--replace-fail /bin/bash ${stdenv.shell}
|
||||||
done
|
done
|
||||||
substituteInPlace src/faketime.c --replace @DATE_CMD@ ${coreutils}/bin/date
|
substituteInPlace src/faketime.c --replace-fail @DATE_CMD@ ${coreutils}/bin/date
|
||||||
'';
|
'';
|
||||||
|
|
||||||
PREFIX = placeholder "out";
|
PREFIX = placeholder "out";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue