Merge pull request #61510 from veprbl/pr/libfaketime_placeholder

libfaketime: refactor using `builtins.placeholder`
This commit is contained in:
Silvan Mosberger 2019-05-17 17:37:08 +02:00 committed by GitHub
commit 1170a6129e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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