mate.mate-calc: fix cross compilation, format with nixfmt

This commit is contained in:
Nick Cao 2024-11-29 12:38:38 -05:00
parent b9da4f27d9
commit 326602a983
No known key found for this signature in database

View File

@ -1,15 +1,16 @@
{ 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
];