mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
mate.mate-terminal: fix cross compilation, format with nixfmt
This commit is contained in:
parent
b9da4f27d9
commit
2eaa53ac8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user