gnu: pkg-config: Update to 0.29.1.
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.1. [home-page]: Use HTTPS.
This commit is contained in:
parent
1d636d6319
commit
14551e073f
|
@ -30,7 +30,7 @@
|
||||||
(define-public %pkg-config
|
(define-public %pkg-config
|
||||||
(package
|
(package
|
||||||
(name "pkg-config")
|
(name "pkg-config")
|
||||||
(version "0.29")
|
(version "0.29.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -46,14 +46,14 @@
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sq09a39wj4cxf8l2jvkq067g08ywfma4v6nhprnf351s82pfl68"))))
|
"00dh1jn8rbppmgbhhgqhmbh3c58b0gccy39rsjdlcma50sg3rd5y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:configure-flags '("--with-internal-glib")))
|
(arguments `(#:configure-flags '("--with-internal-glib")))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "PKG_CONFIG_PATH")
|
(variable "PKG_CONFIG_PATH")
|
||||||
(files '("lib/pkgconfig" "lib64/pkgconfig" "share/pkgconfig")))))
|
(files '("lib/pkgconfig" "lib64/pkgconfig" "share/pkgconfig")))))
|
||||||
(home-page "http://www.freedesktop.org/wiki/Software/pkg-config")
|
(home-page "https://www.freedesktop.org/wiki/Software/pkg-config")
|
||||||
(license gpl2+)
|
(license gpl2+)
|
||||||
(synopsis "Helper tool used when compiling applications and libraries")
|
(synopsis "Helper tool used when compiling applications and libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue