Skip to content

Commit

Permalink
libmypaint: fix cross compilation, set strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Dec 21, 2024
1 parent 44f293f commit ddc3a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/li/libmypaint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ stdenv.mkDerivation rec {
sha256 = "1ppgpmnhph9h8ayx9776f79a0bxbdszfw9c6bw7c3ffy2yk40178";
};

strictDeps = true;

nativeBuildInputs = [
autoconf
automake
glib # AM_GLIB_GNU_GETTEXT
intltool
libtool
pkg-config
Expand Down

0 comments on commit ddc3a52

Please sign in to comment.