libfaketime: refactor using builtins.placeholder
This commit is contained in:
parent
fd32d60169
commit
baeea1f463
@ -21,9 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
PREFIX = placeholder "out";
|
||||||
makeFlagsArray+=(PREFIX="$out" LIBDIRNAME=/lib)
|
LIBDIRNAME = "/lib";
|
||||||
'';
|
|
||||||
|
|
||||||
checkInputs = [ perl ];
|
checkInputs = [ perl ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user