guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgtextutils: Re-instate custom bootstrap phase.


From: Efraim Flashner
Subject: 01/01: gnu: libgtextutils: Re-instate custom bootstrap phase.
Date: Sun, 18 Nov 2018 03:19:03 -0500 (EST)

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

commit e005ddc223683f030d4dc64588968e474328eb65
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 18 10:14:57 2018 +0200

    gnu: libgtextutils: Re-instate custom bootstrap phase.
    
    The source lacks a standard bootstrap script so the bootstrap phase is
    skipped otherwise.
    
    * gnu/packages/textutils.smc (libgtextutils)[arguments]: Replace
    'bootstrap phase with upstream's bootstrap phase.
---
 gnu/packages/textutils.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index e9a4ab3..cda7923 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -198,6 +198,11 @@ encoding, supporting Unicode version 9.0.0.")
        (sha256
         (base32 "0jiybkb2z58wa2msvllnphr4js2hvjvh988pavb3mzkgr6ihwbkr"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'bootstrap
+           (lambda _ (invoke "sh" "reconf"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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