xfce4-mailwatch-plugin: Add dependencies for encrypted server communication
This commit is contained in:
parent
12c62d9cd8
commit
70fea43bad
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4panel, libxfce4ui,
|
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4panel, libxfce4ui,
|
||||||
libxfcegui4, xfconf, gtk, exo}:
|
libxfcegui4, xfconf, gtk, exo, gnutls, libgcrypt }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "${p_name}-${ver_maj}.${ver_min}";
|
name = "${p_name}-${ver_maj}.${ver_min}";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool libxfce4util libxfce4ui xfce4panel
|
buildInputs = [ pkgconfig intltool libxfce4util libxfce4ui xfce4panel
|
||||||
libxfcegui4 xfconf gtk exo ];
|
libxfcegui4 xfconf gtk exo gnutls libgcrypt ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||||
|
Loading…
Reference in New Issue
Block a user