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

This commit is contained in:
Bobby Rong 2024-11-30 17:39:11 +08:00 committed by GitHub
commit 97520c9ed0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
];