mate.mate-system-monitor: fix cross compilation, format with nixfmt (#360186)
This commit is contained in:
commit
14df465130
@ -1,18 +1,19 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, pkg-config
|
||||
, gettext
|
||||
, itstool
|
||||
, gtkmm3
|
||||
, libxml2
|
||||
, libgtop
|
||||
, librsvg
|
||||
, polkit
|
||||
, systemd
|
||||
, wrapGAppsHook3
|
||||
, mate-desktop
|
||||
, mateUpdateScript
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
pkg-config,
|
||||
gettext,
|
||||
itstool,
|
||||
gtkmm3,
|
||||
libxml2,
|
||||
libgtop,
|
||||
librsvg,
|
||||
polkit,
|
||||
systemd,
|
||||
wrapGAppsHook3,
|
||||
mate-desktop,
|
||||
mateUpdateScript,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -24,10 +25,13 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "QtZj1rkPtTYevBP2VHmD1vHirHXcKuTxysbqYymWWiU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
gettext
|
||||
itstool
|
||||
libxml2 # xmllint
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user