mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtkd: Fix pkgconfig directory.
* gnu/packages/dlang.scm (gtkd)[arguments]: Add make-flag to set the pkgconfig directory correctly.
This commit is contained in:
parent
d15972194a
commit
6fc12877e1
1 changed files with 2 additions and 2 deletions
|
@ -432,8 +432,8 @@ needed.")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
`("DC=ldc2"
|
`("DC=ldc2"
|
||||||
,(string-append "prefix=" (assoc-ref %outputs "out"))
|
,(string-append "prefix=" (assoc-ref %outputs "out"))
|
||||||
,(string-append "libdir=" (assoc-ref %outputs "out")
|
,(string-append "libdir=" (assoc-ref %outputs "out") "/lib")
|
||||||
"/lib"))
|
"pkgconfigdir=lib/pkgconfig")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue