pidgin-msn-pecan: do not abuse DESTDIR
This commit is contained in:
parent
44b02b52ea
commit
6a6c28c40d
@ -13,9 +13,10 @@ stdenv.mkDerivation {
|
|||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = "PURPLE_LIBDIR=lib PURPLE_DATADIR=share/data DESTDIR=$$out";
|
makeFlags = [
|
||||||
preInstall = "mkdir -p \$out/share";
|
"PURPLE_LIBDIR=${placeholder "out"}/lib"
|
||||||
postInstall = "ln -s \$out/lib/purple-2 \$out/share/pidgin-msn-pecan";
|
"PURPLE_DATADIR=${placeholder "out"}/share/data"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [pidgin];
|
buildInputs = [pidgin];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user