mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: gtkd: Remove trailing #t from phases.
* gnu/packages/dlang.scm (gtkd)[arguments]: Remove trailing #t from phases.
This commit is contained in:
parent
4eddc221b3
commit
08d5e9cf22
1 changed files with 2 additions and 4 deletions
|
@ -444,14 +444,12 @@ (define-public gtkd
|
|||
(("default-goal: libs test") "default-goal: libs")
|
||||
(("all: libs shared-libs test") "all: libs shared-libs")
|
||||
;; Work around upstream bug.
|
||||
(("\\$\\(prefix\\)\\/\\$\\(libdir\\)") "$(libdir)"))
|
||||
#t))
|
||||
(("\\$\\(prefix\\)\\/\\$\\(libdir\\)") "$(libdir)"))))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
(system "Xvfb :1 &")
|
||||
(setenv "DISPLAY" ":1")
|
||||
(setenv "CC" ,(cc-for-target))
|
||||
#t)))))
|
||||
(setenv "CC" ,(cc-for-target)))))))
|
||||
(home-page "https://gtkd.org/")
|
||||
(synopsis "D binding and OO wrapper of GTK+")
|
||||
(description "This package provides bindings to GTK+ for D.")
|
||||
|
|
Loading…
Reference in a new issue