me
/
guix
Archived
1
0
Fork 0

gnu: gtkd: Remove trailing #t from phases.

* gnu/packages/dlang.scm (gtkd)[arguments]: Remove trailing #t from
phases.
master
Efraim Flashner 2023-01-02 12:17:09 +02:00
parent 4eddc221b3
commit 08d5e9cf22
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 4 deletions

View File

@ -444,14 +444,12 @@ needed.")
(("default-goal: libs test") "default-goal: libs") (("default-goal: libs test") "default-goal: libs")
(("all: libs shared-libs test") "all: libs shared-libs") (("all: libs shared-libs test") "all: libs shared-libs")
;; Work around upstream bug. ;; Work around upstream bug.
(("\\$\\(prefix\\)\\/\\$\\(libdir\\)") "$(libdir)")) (("\\$\\(prefix\\)\\/\\$\\(libdir\\)") "$(libdir)"))))
#t))
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _
(system "Xvfb :1 &") (system "Xvfb :1 &")
(setenv "DISPLAY" ":1") (setenv "DISPLAY" ":1")
(setenv "CC" ,(cc-for-target)) (setenv "CC" ,(cc-for-target)))))))
#t)))))
(home-page "https://gtkd.org/") (home-page "https://gtkd.org/")
(synopsis "D binding and OO wrapper of GTK+") (synopsis "D binding and OO wrapper of GTK+")
(description "This package provides bindings to GTK+ for D.") (description "This package provides bindings to GTK+ for D.")