We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14df465 + 326602a commit 97520c9Copy full SHA for 97520c9
pkgs/desktops/mate/mate-calc/default.nix
@@ -1,15 +1,16 @@
1
-{ lib
2
-, stdenv
3
-, fetchurl
4
-, pkg-config
5
-, gettext
6
-, itstool
7
-, gtk3
8
-, libmpc
9
-, libxml2
10
-, mpfr
11
-, wrapGAppsHook3
12
-, mateUpdateScript
+{
+ lib,
+ stdenv,
+ fetchurl,
+ pkg-config,
+ gettext,
+ itstool,
+ gtk3,
+ libmpc,
+ libxml2,
+ mpfr,
+ wrapGAppsHook3,
13
+ mateUpdateScript,
14
}:
15
16
stdenv.mkDerivation rec {
@@ -21,9 +22,12 @@ stdenv.mkDerivation rec {
21
22
sha256 = "gEsSXR4oZLHnSvgW2psquLGUcrmvl0Q37nNVraXmKPU=";
23
};
24
25
+ strictDeps = true;
26
+
27
nativeBuildInputs = [
28
gettext
29
itstool
30
+ libxml2 # xmllint
31
pkg-config
32
wrapGAppsHook3
33
];
0 commit comments