mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
libfaketime: refactor using builtins.placeholder
This commit is contained in:
parent
fd32d60169
commit
baeea1f463
@ -21,9 +21,8 @@ stdenv.mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
makeFlagsArray+=(PREFIX="$out" LIBDIRNAME=/lib)
|
||||
'';
|
||||
PREFIX = placeholder "out";
|
||||
LIBDIRNAME = "/lib";
|
||||
|
||||
checkInputs = [ perl ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user