mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add exiv2-static.
* gnu/packages/image.scm (exiv2-static): New variable. Change-Id: Ie2d6abad666028fca761910be098d3fd165cbe50
This commit is contained in:
parent
b4b4be47cb
commit
87da209e57
1 changed files with 9 additions and 0 deletions
|
|
@ -1678,6 +1678,15 @@ and XMP metadata of images in various formats.")
|
|||
;; <https://launchpad.net/ubuntu/precise/+source/exiv2/+copyright>.
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public exiv2-static
|
||||
(package
|
||||
(inherit exiv2)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments exiv2)
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'delete-static-libraries)))))))
|
||||
|
||||
(define-public devil
|
||||
(package
|
||||
(name "devil")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue