mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates-frozen
This commit is contained in:
commit
3a317f7476
163 changed files with 5805 additions and 1929 deletions
|
@ -1351,9 +1351,6 @@ exceptions, macros, and a dynamic programming environment.")
|
|||
,@(fold alist-delete (package-inputs guile-cairo)
|
||||
'("guile" "guile-lib"))))))
|
||||
|
||||
(define-public guile3.0-cairo
|
||||
(deprecated-package "guile3.0-cairo" guile-cairo))
|
||||
|
||||
(define-public guile-rsvg
|
||||
;; Use a recent snapshot that supports Guile 2.2 and beyond.
|
||||
(let ((commit "05c6a2fd67e4fea1a7c3ff776729dc931bae6678")
|
||||
|
@ -1438,9 +1435,6 @@ images onto Cairo surfaces.")
|
|||
'("guile" "guile-lib"))))
|
||||
(propagated-inputs `(("guile-cairo" ,guile2.2-cairo)))))
|
||||
|
||||
(define-public guile3.0-rsvg
|
||||
(deprecated-package "guile3.0-rsvg" guile-rsvg))
|
||||
|
||||
(define-public guile-present
|
||||
(package
|
||||
(name "guile-present")
|
||||
|
@ -1511,9 +1505,6 @@ documents.")
|
|||
("guile-cairo" ,guile2.2-cairo)
|
||||
("guile-rsvg" ,guile2.2-rsvg)))))
|
||||
|
||||
(define-public guile3.0-present
|
||||
(deprecated-package "guile3.0-present" guile-present))
|
||||
|
||||
(define-public guile-gnome
|
||||
(package
|
||||
(name "guile-gnome")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue