Skip to content

Commit 57debee

Browse files
authored
Merge libmypaint: fix cross compilation, set strictDeps (#367158)
2 parents 740c83e + ddc3a52 commit 57debee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/li/libmypaint/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ stdenv.mkDerivation rec {
2828
sha256 = "1ppgpmnhph9h8ayx9776f79a0bxbdszfw9c6bw7c3ffy2yk40178";
2929
};
3030

31+
strictDeps = true;
32+
3133
nativeBuildInputs = [
3234
autoconf
3335
automake
36+
glib # AM_GLIB_GNU_GETTEXT
3437
intltool
3538
libtool
3639
pkg-config

0 commit comments

Comments
 (0)