mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Purge pre-1.3.0 deprecated packages.
* gnu/packages/bioinformatics.scm (deeptools): Remove variable. * gnu/packages/efi.scm (efi_analyzer): Ditto. * gnu/packages/guile.scm (guile-2.2/bug-fix, guile-json): Ditto. * gnu/packages/image.scm (libjpeg): Ditto. * gnu/packages/kde.scm (kdevplatform): Ditto * gnu/packages/linphone.scm (linphoneqt): Ditto. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): Ditto. * gnu/packages/mpi.scm (hwloc-2.0): Ditto. * gnu/packages/music.scm (python-abjad, zlfo): Ditto. * gnu/packages/perl.scm (perl-base, perl-parent): Ditto. * gnu/packages/tryton.scm (python-trytond): Ditto. * gnu/packages/video.scm (gnome-mpv): Ditto. * tests/graph.scm: Use guile-json-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a9751b3a83
commit
c4d18b9e65
13 changed files with 1 additions and 49 deletions
|
@ -843,9 +843,6 @@ error when it would have happened.")
|
|||
(description "This module disables bareword filehandles.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-base
|
||||
(deprecated-package "perl-base" perl))
|
||||
|
||||
(define-public perl-browser-open
|
||||
(package
|
||||
(name "perl-browser-open")
|
||||
|
@ -8694,9 +8691,6 @@ distributions.")
|
|||
libraries from which Perl modules can be loaded.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-parent
|
||||
(deprecated-package "perl-parent" perl))
|
||||
|
||||
(define-public perl-path-class
|
||||
(package
|
||||
(name "perl-path-class")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue