purple-signald: fix output path
This commit is contained in:
parent
647f99eb3d
commit
d62730e1ad
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
PKG_CONFIG_PURPLE_PLUGINDIR = "${placeholder "out"}/lib/purple-2";
|
||||
PKG_CONFIG_PURPLE_DATADIR = "${placeholder "out"}/share";
|
||||
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
PKG_CONFIG_PIDGIN_DATADIR = "${placeholder "out"}/share";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/hoehermann/libpurple-signald";
|
||||
|
|
Loading…
Reference in a new issue