libfaketime: refactor using builtins.placeholder

This commit is contained in:
Dmitry Kalinkin 2019-05-14 15:57:41 -04:00
parent fd32d60169
commit baeea1f463
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -21,9 +21,8 @@ stdenv.mkDerivation rec {
done done
''; '';
preBuild = '' PREFIX = placeholder "out";
makeFlagsArray+=(PREFIX="$out" LIBDIRNAME=/lib) LIBDIRNAME = "/lib";
'';
checkInputs = [ perl ]; checkInputs = [ perl ];