gnu: gtkd: Remove trailing #t from phases.
* gnu/packages/dlang.scm (gtkd)[arguments]: Remove trailing #t from phases.master
parent
4eddc221b3
commit
08d5e9cf22
|
@ -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.")
|
||||||
|
|
Reference in New Issue