mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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 @@ (define-public gtkd
|
|||
#:make-flags
|
||||
`("DC=ldc2"
|
||||
,(string-append "prefix=" (assoc-ref %outputs "out"))
|
||||
,(string-append "libdir=" (assoc-ref %outputs "out")
|
||||
"/lib"))
|
||||
,(string-append "libdir=" (assoc-ref %outputs "out") "/lib")
|
||||
"pkgconfigdir=lib/pkgconfig")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue