File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
pkgs/desktops/mate/mate-terminal Expand file tree Collapse file tree 1 file changed +18
-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- , libxml2
8- , mate-desktop
9- , dconf
10- , vte
11- , pcre2
12- , wrapGAppsHook3
13- , mateUpdateScript
14- , nixosTests
1+ {
2+ lib ,
3+ stdenv ,
4+ fetchurl ,
5+ pkg-config ,
6+ gettext ,
7+ itstool ,
8+ libxml2 ,
9+ mate-desktop ,
10+ dconf ,
11+ vte ,
12+ pcre2 ,
13+ wrapGAppsHook3 ,
14+ mateUpdateScript ,
15+ nixosTests ,
1516} :
1617
1718stdenv . mkDerivation rec {
@@ -23,16 +24,18 @@ stdenv.mkDerivation rec {
2324 sha256 = "8TXrGp4q4ieY7LLcGRT9tM/XdOa7ZcAVK+N8xslGnpI=" ;
2425 } ;
2526
27+ strictDeps = true ;
28+
2629 nativeBuildInputs = [
2730 gettext
2831 itstool
2932 pkg-config
33+ libxml2 # xmllint
3034 wrapGAppsHook3
3135 ] ;
3236
3337 buildInputs = [
3438 dconf
35- libxml2
3639 mate-desktop
3740 pcre2
3841 vte
You can’t perform that action at this time.
0 commit comments