mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ca3cb4e123
commit
35a2abb35a
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
;;; Copyright © 2021, 2022, 2025 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2025 Runciter <runciter@whispers-vpn.org>
|
||||
;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -600,7 +601,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue