Skip to content

Commit 2eaa53a

Browse files
committed
mate.mate-terminal: fix cross compilation, format with nixfmt
1 parent b9da4f2 commit 2eaa53a

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
{ lib
2-
, stdenv
3-
, fetchurl
4-
, pkg-config
5-
, gettext
6-
, itstool
7-
, libxml2
8-
, mate-desktop
9-
, dconf
10-
, vte
11-
, pcre2
12-
, wrapGAppsHook3
13-
, mateUpdateScript
14-
, nixosTests
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
pkg-config,
6+
gettext,
7+
itstool,
8+
libxml2,
9+
mate-desktop,
10+
dconf,
11+
vte,
12+
pcre2,
13+
wrapGAppsHook3,
14+
mateUpdateScript,
15+
nixosTests,
1516
}:
1617

1718
stdenv.mkDerivation rec {
@@ -23,16 +24,18 @@ stdenv.mkDerivation rec {
2324
sha256 = "8TXrGp4q4ieY7LLcGRT9tM/XdOa7ZcAVK+N8xslGnpI=";
2425
};
2526

27+
strictDeps = true;
28+
2629
nativeBuildInputs = [
2730
gettext
2831
itstool
2932
pkg-config
33+
libxml2 # xmllint
3034
wrapGAppsHook3
3135
];
3236

3337
buildInputs = [
3438
dconf
35-
libxml2
3639
mate-desktop
3740
pcre2
3841
vte

0 commit comments

Comments
 (0)