mate.libmateweather: fix cross compilation, set strictDeps

This commit is contained in:
Nick Cao 2023-06-18 16:31:29 +08:00
parent 93a52c120a
commit 0e0b2fb549
No known key found for this signature in database

View file

@ -3,6 +3,8 @@
, fetchurl
, pkg-config
, gettext
, glib
, libxml2
, gtk3
, libsoup
, tzdata
@ -18,9 +20,13 @@ stdenv.mkDerivation rec {
sha256 = "wgCZD0uOnU0OLG99MaWHY3TD0qNsa4y1kEQAQ6hg7zo=";
};
strictDeps = true;
nativeBuildInputs = [
pkg-config
gettext
glib # glib-compile-schemas
libxml2 # xmllint
];
buildInputs = [