guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ef2b29d42b774d8c65a050d9cdc52f29aa8f4bbd
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Aug 9 09:00:40 2026 +0200

    gnu: Remove guile2.2-pfds.
    
    * gnu/packages/guile-xyz.scm (guile2.2-pfds): Delete variable.
    
    Relates-to: guix/guix!10440
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/guile-xyz.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 5943fd6326..be3f13db89 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1881,28 +1881,6 @@ with the Prometheus time series service.  Counter, gauge 
and histogram metric
 types are supported.")
     (license license:gpl3+))))
 
-(define-public guile2.2-pfds
-  (package
-    (inherit guile-pfds)
-    (name "guile2.2-pfds")
-    (native-inputs (list guile-2.2))
-    (arguments
-     (substitute-keyword-arguments arguments
-       ((#:phases phases)
-        `(modify-phases ,phases
-           (delete 'work-around-guile-bug)
-           (add-after 'move-files-around 'sls->scm
-             (lambda _
-               ;; In Guile <= 2.2.4, there's no way to tell 'guild
-               ;; compile' to accept the ".sls" extension.  So...
-               (for-each (lambda (file)
-                           (rename-file file
-                                        (string-append
-                                         (string-drop-right file 4)
-                                         ".scm")))
-                         (find-files "." "\\.sls$"))
-               #t))))))))
-
 (define-public guile-aa-tree
   (package
     (name "guile-aa-tree")

Reply via email to