libpfm: use placeholder for PREFIX

This commit is contained in:
Ben Wolsieffer 2018-12-13 13:58:01 -05:00
parent b4c56f90ac
commit 8032edf6af

View File

@ -9,9 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "0jabhjx77yppr7x38bkfww6n2a480gj62rw0qp7prhdmg19mf766";
};
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
makeFlags = [
"PREFIX=${placeholder "out"}"
"LDCONFIG=true"
"ARCH=${stdenv.targetPlatform.uname.processor}"
"SYS=${stdenv.targetPlatform.uname.system}"
];