guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: mypaint-brushes: Fix build.


From: Ricardo Wurmus
Subject: 04/05: gnu: mypaint-brushes: Fix build.
Date: Tue, 29 May 2018 17:25:07 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 5686be393b6a784aec13422af73515bba88e2f9c
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 29 23:02:02 2018 +0200

    gnu: mypaint-brushes: Fix build.
    
    * gnu/packages/gimp.scm (mypaint-brushes)[arguments]: Remove bootstrap 
phase;
    add "relax-dependency-version" phase.
---
 gnu/packages/gimp.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 08b2d2a..15a90e1 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -284,10 +284,14 @@ brushstrokes which is used by MyPaint and GIMP.")
                 "055j2rgkav2024zl6y5hxb2ra0vbx58607d6sz7ml2351r1bcjvh"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases
+     `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'bootstrap
-           (lambda _ (invoke "sh" "./autogen.sh"))))))
+         (add-after 'unpack 'relax-dependency-version
+           (lambda _
+             (substitute* "autogen.sh"
+               (("automake-1.13") "automake")
+               (("aclocal-1.13") "aclocal"))
+             #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]