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