guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-pfds: Remove obsolete build phase.


From: guix-commits
Subject: 01/02: gnu: guile-pfds: Remove obsolete build phase.
Date: Tue, 12 May 2020 06:35:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 66997dc0a2be6fa53df7c9c7571c9f3174c8be40
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 12:31:06 2020 +0200

    gnu: guile-pfds: Remove obsolete build phase.
    
    * gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove
    phase "work-around-guile-bug".
---
 gnu/packages/guile-xyz.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c5e3399..fc32f25 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -750,14 +750,6 @@ using Guile's foreign function interface.")
     (arguments
      '(#:source-directory "src"
        #:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'work-around-guile-bug
-                    (lambda _
-                      ;; See bug #39210.
-                      (substitute* '("fingertrees.sls"
-                                     "queues/private/condition.sls"
-                                     "deques/private/condition.sls")
-                        (("&assertion") "&violation"))
-                      #t))
                   (add-after 'unpack 'move-files-around
                     (lambda _
                       ;; Move files under a pfds/ directory to reflect the



reply via email to

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