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

This commit is contained in:
Nick Cao 2024-11-29 13:25:32 -05:00
parent b9da4f27d9
commit 2eaa53ac8c
No known key found for this signature in database

View File

@ -1,17 +1,18 @@
{ lib
, stdenv
, fetchurl
, pkg-config
, gettext
, itstool
, libxml2
, mate-desktop
, dconf
, vte
, pcre2
, wrapGAppsHook3
, mateUpdateScript
, nixosTests
{
lib,
stdenv,
fetchurl,
pkg-config,
gettext,
itstool,
libxml2,
mate-desktop,
dconf,
vte,
pcre2,
wrapGAppsHook3,
mateUpdateScript,
nixosTests,
}:
stdenv.mkDerivation rec {
@ -23,16 +24,18 @@ stdenv.mkDerivation rec {
sha256 = "8TXrGp4q4ieY7LLcGRT9tM/XdOa7ZcAVK+N8xslGnpI=";
};
strictDeps = true;
nativeBuildInputs = [
gettext
itstool
pkg-config
libxml2 # xmllint
wrapGAppsHook3
];
buildInputs = [
dconf
libxml2
mate-desktop
pcre2
vte