mate.libmateweather: fix cross compilation, set strictDeps
This commit is contained in:
parent
93a52c120a
commit
0e0b2fb549
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user