purple-matrix: Do not abuse DESTDIR
This commit is contained in:
parent
e6d8a83407
commit
130e525553
@ -18,9 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
hardeningDisable = [ "fortify" ]; # upstream compiles with -O0
|
hardeningDisable = [ "fortify" ]; # upstream compiles with -O0
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"DESTDIR=$(out)"
|
"PLUGIN_DIR_PURPLE=${placeholder "out"}/lib/purple-2"
|
||||||
"PLUGIN_DIR_PURPLE=/lib/pidgin/"
|
"DATA_ROOT_DIR_PURPLE=${placeholder "out"}/share"
|
||||||
"DATA_ROOT_DIR_PURPLE=/share"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user