File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed
pkgs/desktops/mate/mate-system-monitor Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , fetchurl
4- , pkg-config
5- , gettext
6- , itstool
7- , gtkmm3
8- , libxml2
9- , libgtop
10- , librsvg
11- , polkit
12- , systemd
13- , wrapGAppsHook3
14- , mate-desktop
15- , mateUpdateScript
1+ {
2+ lib ,
3+ stdenv ,
4+ fetchurl ,
5+ pkg-config ,
6+ gettext ,
7+ itstool ,
8+ gtkmm3 ,
9+ libxml2 ,
10+ libgtop ,
11+ librsvg ,
12+ polkit ,
13+ systemd ,
14+ wrapGAppsHook3 ,
15+ mate-desktop ,
16+ mateUpdateScript ,
1617} :
1718
1819stdenv . mkDerivation rec {
@@ -24,10 +25,13 @@ stdenv.mkDerivation rec {
2425 sha256 = "QtZj1rkPtTYevBP2VHmD1vHirHXcKuTxysbqYymWWiU=" ;
2526 } ;
2627
28+ strictDeps = true ;
29+
2730 nativeBuildInputs = [
2831 pkg-config
2932 gettext
3033 itstool
34+ libxml2 # xmllint
3135 wrapGAppsHook3
3236 ] ;
3337
You can’t perform that action at this time.
0 commit comments