geary: fix cross compilation (#366636)
This commit is contained in:
commit
cf5b58a253
@ -56,12 +56,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream-glib
|
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
itstool
|
itstool
|
||||||
libxml2
|
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -72,6 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
|
appstream-glib
|
||||||
enchant2
|
enchant2
|
||||||
folks
|
folks
|
||||||
gcr
|
gcr
|
||||||
@ -91,6 +90,7 @@ stdenv.mkDerivation rec {
|
|||||||
libsecret
|
libsecret
|
||||||
libunwind
|
libunwind
|
||||||
libstemmer
|
libstemmer
|
||||||
|
libxml2
|
||||||
libytnef
|
libytnef
|
||||||
sqlite
|
sqlite
|
||||||
webkitgtk_4_1
|
webkitgtk_4_1
|
||||||
@ -109,6 +109,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dcontractor=enabled" # install the contractor file (Pantheon specific)
|
"-Dcontractor=enabled" # install the contractor file (Pantheon specific)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
# NOTE: Remove `build-auxyaml_to_json.py` when no longer needed, see:
|
# NOTE: Remove `build-auxyaml_to_json.py` when no longer needed, see:
|
||||||
# https://gitlab.gnome.org/GNOME/geary/commit/f7f72143e0f00ca5e0e6a798691805c53976ae31#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa
|
# https://gitlab.gnome.org/GNOME/geary/commit/f7f72143e0f00ca5e0e6a798691805c53976ae31#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user