mate.mate-terminal: fix cross compilation, format with nixfmt (#360189)

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

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