Unverified Commit 0e0b2fb5 authored by Nick Cao's avatar Nick Cao
Browse files

mate.libmateweather: fix cross compilation, set strictDeps

parent 93a52c12
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [