janneke pushed a commit to branch core-packages-team-old in repository guix.
commit 35ddaf954f46ef832643b0ea4f1355a45bacd8d2 Author: Janneke Nieuwenhuizen <[email protected]> AuthorDate: Wed Jan 1 14:49:53 2025 +0100 gnu: mypaint-brushes-1.3.1: Revert to automake-1.16.5; fixes build. * gnu/packages/gimp.scm (mypaint-brushes-1.3)[native-inputs]: New field. Change-Id: Id4b75fb06018d24c7a2a152f53763671e5f99f0d --- gnu/packages/gimp.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 4b2713e247..e527327079 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2020 Michael Rohleder <[email protected]> ;;; Copyright © 2021, 2022 Vinicius Monego <[email protected]> ;;; Copyright © 2022 Maxim Cournoyer <[email protected]> +;;; Copyright © 2025 Janneke Nieuwenhuizen <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -592,7 +593,8 @@ MyPaint.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1c95l1vfz7sbrdlzrbz7h1p6s1k113kyjfd9wfnxlm0p6562cz3j")))))) + (base32 "1c95l1vfz7sbrdlzrbz7h1p6s1k113kyjfd9wfnxlm0p6562cz3j")))) + (native-inputs (list autoconf automake-1.16.5)))) (define-public gimp-resynthesizer ;; GIMP does not respect any plugin search path environment variable, so after
