Skip to content

Commit 97520c9

Browse files
authored
mate.mate-calc: fix cross compilation, format with nixfmt (#360185)
2 parents 14df465 + 326602a commit 97520c9

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

pkgs/desktops/mate/mate-calc/default.nix

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
{ lib
2-
, stdenv
3-
, fetchurl
4-
, pkg-config
5-
, gettext
6-
, itstool
7-
, gtk3
8-
, libmpc
9-
, libxml2
10-
, mpfr
11-
, wrapGAppsHook3
12-
, mateUpdateScript
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
pkg-config,
6+
gettext,
7+
itstool,
8+
gtk3,
9+
libmpc,
10+
libxml2,
11+
mpfr,
12+
wrapGAppsHook3,
13+
mateUpdateScript,
1314
}:
1415

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

25+
strictDeps = true;
26+
2427
nativeBuildInputs = [
2528
gettext
2629
itstool
30+
libxml2 # xmllint
2731
pkg-config
2832
wrapGAppsHook3
2933
];

0 commit comments

Comments
 (0)