tkabber: Add tclgpg to TCLLIBPATH.
This ensures that Tkabber can now be used with GPG support, though as of gnupg version 2, this requires gpg-agent as well. Only if all conditions are met, an option to actually use GPG will show up in Tkabber's settings. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
882289a583
commit
d058ae5b0b
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, tcl, tk, tcllib, tcltls, bwidget, cacert, makeWrapper, x11 }:
|
{ stdenv, fetchurl, tcl, tk, tcllib, tcltls, tclgpg
|
||||||
|
, bwidget, cacert, makeWrapper, x11 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tkabber-0.11.1";
|
name = "tkabber-0.11.1";
|
||||||
@ -26,10 +27,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/tkabber --set TCLLIBPATH "${bwidget}/lib/${bwidget.libPrefix}\ ${tcllib}/lib/${tcllib.libPrefix}\ ${tcltls}/lib/${tcltls.libPrefix}"
|
wrapProgram $out/bin/tkabber --set TCLLIBPATH "${bwidget}/lib/${bwidget.libPrefix}\ ${tcllib}/lib/${tcllib.libPrefix}\ ${tcltls}/lib/${tcltls.libPrefix}\ ${tclgpg}/lib/${tclgpg.libPrefix}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ tcl tk tcllib tcltls bwidget x11 makeWrapper ];
|
buildInputs = [ tcl tk tcllib tcltls tclgpg bwidget x11 makeWrapper ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://tkabber.jabber.ru/";
|
homepage = "http://tkabber.jabber.ru/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user