Merge pull request #249858 from NickCao/libmateweather

mate.libmateweather: fix cross compilation, set strictDeps
This commit is contained in:
Bobby Rong 2023-08-18 23:08:45 +08:00 committed by GitHub
commit ab0c7af2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [