Unverified Commit 9b8a4747 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

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

parents 97520c9e 2eaa53ac
Loading
Loading
Loading
Loading
+18 −15
Original line number Diff line number Diff line
{ 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