From 6fc12877e114b35947695fd9d959208d7526a21a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 7 Jan 2023 23:04:32 +0200 Subject: gnu: gtkd: Fix pkgconfig directory. * gnu/packages/dlang.scm (gtkd)[arguments]: Add make-flag to set the pkgconfig directory correctly. --- gnu/packages/dlang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 462a61a29f..15680cb079 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -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) -- cgit 1.4.1