Unverified Commit ab0c7af2 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #249858 from NickCao/libmateweather

mate.libmateweather: fix cross compilation, set strictDeps
parents 663f6dd6 0e0b2fb5
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 = [