mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Export the deprecated 'libjpeg' variable.
* gnu/packages/image.scm (libjpeg): Export.
This commit is contained in:
parent
5fd0c288cf
commit
3299d8ef7c
1 changed files with 1 additions and 0 deletions
|
@ -1571,6 +1571,7 @@ (define-public libjpeg-turbo
|
|||
license:zlib)))) ;the libjpeg-turbo SIMD extensions
|
||||
|
||||
(define-deprecated libjpeg libjpeg-turbo)
|
||||
(export libjpeg)
|
||||
|
||||
(define-public niftilib
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue