gnu: gtkd: Remove input labels.
* gnu/packages/dlang.scm (gtkd)[native-inputs]: Remove input labels.
This commit is contained in:
parent
08d5e9cf22
commit
ebe7fbdc69
1 changed files with 4 additions and 4 deletions
|
@ -423,10 +423,10 @@ needed.")
|
||||||
(base32 "0vc5ssb3ar02mg2pngmdi1xg4qjaya8332a9mk0sv97x6b4ddy3g"))))
|
(base32 "0vc5ssb3ar02mg2pngmdi1xg4qjaya8332a9mk0sv97x6b4ddy3g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
(list unzip
|
||||||
("ldc" ,ldc)
|
ldc
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("xorg-server-for-tests" ,xorg-server-for-tests)))
|
xorg-server-for-tests))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
|
Reference in a new issue