ekiga: fix starting bin/ekiga (gschemas)
This commit is contained in:
parent
dda3e97ecf
commit
16fa6be4b8
@ -2,7 +2,7 @@
|
|||||||
, perl, perlXMLParser, evolution_data_server, gnome_doc_utils, avahi, autoreconfHook
|
, perl, perlXMLParser, evolution_data_server, gnome_doc_utils, avahi, autoreconfHook
|
||||||
, libsigcxx, gtk, dbus_glib, libnotify, libXext, xextproto, gnome3, boost, libsecret
|
, libsigcxx, gtk, dbus_glib, libnotify, libXext, xextproto, gnome3, boost, libsecret
|
||||||
, pkgconfig, libxml2, videoproto, unixODBC, db, nspr, nss, zlib, hicolor_icon_theme
|
, pkgconfig, libxml2, videoproto, unixODBC, db, nspr, nss, zlib, hicolor_icon_theme
|
||||||
, libXrandr, randrproto, which, libxslt, libtasn1, gmp, nettle, sqlite }:
|
, libXrandr, randrproto, which, libxslt, libtasn1, gmp, nettle, sqlite, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ekiga-4.0.1";
|
name = "ekiga-4.0.1";
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
gnome3.libsoup
|
gnome3.libsoup
|
||||||
hicolor_icon_theme gnome3.gnome_icon_theme boost autoreconfHook
|
hicolor_icon_theme gnome3.gnome_icon_theme boost autoreconfHook
|
||||||
pkgconfig libxml2 videoproto unixODBC db nspr nss zlib libsecret
|
pkgconfig libxml2 videoproto unixODBC db nspr nss zlib libsecret
|
||||||
libXrandr randrproto which libxslt libtasn1 gmp nettle ];
|
libXrandr randrproto which libxslt libtasn1 gmp nettle makeWrapper ];
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
substituteInPlace configure.ac --replace AM_GCONF_SOURCE_2 ""
|
substituteInPlace configure.ac --replace AM_GCONF_SOURCE_2 ""
|
||||||
@ -35,6 +35,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./autofoo.patch ./boost.patch ];
|
patches = [ ./autofoo.patch ./boost.patch ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram "$out"/bin/ekiga \
|
||||||
|
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Ekiga SIP client";
|
description = "Ekiga SIP client";
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user