diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 12:31:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 12:33:46 +0200 |
commit | 66997dc0a2be6fa53df7c9c7571c9f3174c8be40 (patch) | |
tree | e5032acb80fce1376dc064a257ab8cfb64a90488 | |
parent | 1268ddf8156294c4f36ada1dfbe02c9f72c75e75 (diff) | |
download | guix-66997dc0a2be6fa53df7c9c7571c9f3174c8be40.tar.gz |
gnu: guile-pfds: Remove obsolete build phase.
* gnu/packages/guile-xyz.scm (guile-pfds)[arguments]: Remove phase "work-around-guile-bug".
-rw-r--r-- | gnu/packages/guile-xyz.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index c5e33993cd..fc32f25eef 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 |