mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use the two-element 'define-deprecated' form where applicable.
* gnu/packages/guile.scm (guile-json): Use the two-element 'define-deprecated' form. * gnu/packages/kde.scm (kdevplatform): Likewise. * gnu/packages/mpi.scm (hwloc-2.0): Likewise. * gnu/packages/qt.scm (qt): Likewise.
This commit is contained in:
parent
6e36f1cabd
commit
9b65dea806
4 changed files with 7 additions and 10 deletions
|
@ -159,8 +159,7 @@ bind processes, and much more.")
|
|||
"-1"))
|
||||
#t))))))))
|
||||
|
||||
(define-deprecated hwloc-2.0 'hwloc-2
|
||||
hwloc-2)
|
||||
(define-deprecated hwloc-2.0 hwloc-2)
|
||||
|
||||
(define-public hwloc
|
||||
;; The latest stable series of hwloc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue