mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: pkg-config: Export package definition.
* gnu/packages/pkg-config.scm (%pkg-config): Make public. Reported by Andreas Enge <andreas@enge.fr>.
This commit is contained in:
parent
4b9adff901
commit
82c865c41a
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ (define-module (gnu packages pkg-config)
|
|||
#:use-module (guix build-system trivial)
|
||||
#:export (pkg-config))
|
||||
|
||||
(define %pkg-config
|
||||
;; This is the "primitive" pkg-config package. People should use `pkg-config'
|
||||
;; (see below) rather than `%pkg-config', but we export `%pkg-config' so that
|
||||
;; `fold-packages' finds it.
|
||||
(define-public %pkg-config
|
||||
(package
|
||||
(name "pkg-config")
|
||||
(version "0.27.1")
|
||||
|
|
Loading…
Reference in a new issue