purple-matrix: Do not abuse DESTDIR

This commit is contained in:
Jan Tojnar
2018-12-22 22:07:42 +01:00
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; {