diff options
author | Brendan Tildesley <mail@brendan.scot> | 2022-02-03 19:00:31 +1100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 17:23:59 +0200 |
commit | d51cc7ec72be846260a1d257b945bc0bd0d2bcce (patch) | |
tree | 4acd6f94be6b03de4b2239355ab6201cc33efdfd /gnu/packages | |
parent | c9f96fba9c816a555fbe848287c40c6b7a22f887 (diff) | |
download | guix-d51cc7ec72be846260a1d257b945bc0bd0d2bcce.tar.gz guix-d51cc7ec72be846260a1d257b945bc0bd0d2bcce.zip |
gnu: Remove libraw-0.18.
* gnu/packages/photo.scm (libraw-0.18): Delete unused old version.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/photo.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 19c171a9bb..378f60793f 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -204,17 +204,6 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).") ;; both two licensing modes for your changes/additions." (license (list license:lgpl2.1 license:cddl1.0)))) -(define-public libraw-0.18 - (package (inherit libraw) - (name "libraw") - (version "0.18.12") - (source (origin - (method url-fetch) - (uri (string-append "https://www.libraw.org/data/LibRaw-" - version ".tar.gz")) - (sha256 - (base32 - "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap")))))) (define-public libexif (package |