libpfm: use placeholder for PREFIX
This commit is contained in:
parent
b4c56f90ac
commit
8032edf6af
@ -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}"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user