mate.mate-terminal: fix cross compilation, format with nixfmt (#360189)
This commit is contained in:
commit
9b8a474730
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user