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

mate.mate-calc: fix cross compilation, format with nixfmt (#360185)

parents 14df4651 326602a9
Loading
Loading
Loading
Loading
+16 −12
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchurl
, pkg-config
, gettext
, itstool
, gtk3
, libmpc
, libxml2
, mpfr
, wrapGAppsHook3
, mateUpdateScript
{
  lib,
  stdenv,
  fetchurl,
  pkg-config,
  gettext,
  itstool,
  gtk3,
  libmpc,
  libxml2,
  mpfr,
  wrapGAppsHook3,
  mateUpdateScript,
}:

stdenv.mkDerivation rec {
@@ -21,9 +22,12 @@ stdenv.mkDerivation rec {
    sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    gettext
    itstool
    libxml2 # xmllint
    pkg-config
    wrapGAppsHook3
  ];