Skip to content

Commit 14df465

Browse files
authored
mate.mate-system-monitor: fix cross compilation, format with nixfmt (#360186)
2 parents 395d59f + bf50468 commit 14df465

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

pkgs/desktops/mate/mate-system-monitor/default.nix

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
{ lib
2-
, stdenv
3-
, fetchurl
4-
, pkg-config
5-
, gettext
6-
, itstool
7-
, gtkmm3
8-
, libxml2
9-
, libgtop
10-
, librsvg
11-
, polkit
12-
, systemd
13-
, wrapGAppsHook3
14-
, mate-desktop
15-
, mateUpdateScript
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
pkg-config,
6+
gettext,
7+
itstool,
8+
gtkmm3,
9+
libxml2,
10+
libgtop,
11+
librsvg,
12+
polkit,
13+
systemd,
14+
wrapGAppsHook3,
15+
mate-desktop,
16+
mateUpdateScript,
1617
}:
1718

1819
stdenv.mkDerivation rec {
@@ -24,10 +25,13 @@ stdenv.mkDerivation rec {
2425
sha256 = "QtZj1rkPtTYevBP2VHmD1vHirHXcKuTxysbqYymWWiU=";
2526
};
2627

28+
strictDeps = true;
29+
2730
nativeBuildInputs = [
2831
pkg-config
2932
gettext
3033
itstool
34+
libxml2 # xmllint
3135
wrapGAppsHook3
3236
];
3337

0 commit comments

Comments
 (0)