gnu: gtkd: Fix pkgconfig directory.
* gnu/packages/dlang.scm (gtkd)[arguments]: Add make-flag to set the pkgconfig directory correctly.master
parent
d15972194a
commit
6fc12877e1
|
@ -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)
|
||||||
|
|
Reference in New Issue