purple-matrix: Do not abuse DESTDIR

This commit is contained in:
Jan Tojnar 2018-12-21 22:09:10 +01:00
parent e6d8a83407
commit 130e525553
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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; {