3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2023-01-07 23:04:32 +02:00
parent d15972194a
commit 6fc12877e1
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -432,8 +432,8 @@ needed.")
#: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)