gencfsm: use standalone libgee_0_6 as not every version of gnome3_* has libgee_1 after gnome 3.22 addition
This commit is contained in:
parent
6e17ee638c
commit
dbbe37bd94
@ -1,5 +1,7 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, intltool, libtool, pkgconfig, encfs
|
{ stdenv, fetchurl, autoconf, automake, intltool, libtool, pkgconfig, encfs
|
||||||
, glib , gnome3, gtk3, libgnome_keyring, vala_0_23, wrapGAppsHook, xorg }:
|
, glib , gnome3, gtk3, libgnome_keyring, vala_0_23, wrapGAppsHook, xorg
|
||||||
|
, libgee_0_6
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.16";
|
version = "1.8.16";
|
||||||
@ -11,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake intltool libtool pkgconfig vala_0_23 glib encfs
|
buildInputs = [ autoconf automake intltool libtool pkgconfig vala_0_23 glib encfs
|
||||||
gtk3 libgnome_keyring gnome3.libgee_1 xorg.libSM xorg.libICE
|
gtk3 libgnome_keyring libgee_0_6 xorg.libSM xorg.libICE
|
||||||
wrapGAppsHook ];
|
wrapGAppsHook ];
|
||||||
|
|
||||||
patches = [ ./makefile-mkdir.patch ];
|
patches = [ ./makefile-mkdir.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user