mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vips: Fetch sources from git.
* gnu/packages/image-processing (vips)[source]: Fetch from git. Change-Id: I1bab0fdf3dd6c230025726c613f9eefb36238871
This commit is contained in:
parent
fce2e41db4
commit
fb3a390bea
1 changed files with 6 additions and 5 deletions
|
@ -781,12 +781,13 @@ the OpenCV-Python library.")
|
|||
(version "8.15.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/libvips/libvips/releases/download/v"
|
||||
version "/vips-" version ".tar.xz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libvips/libvips")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "182j20dw38f1nyfx8cf7cjsr0k4nl7lfk3wm2d0ddypa6vsxj9ry"))))
|
||||
(base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list gobject-introspection pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue