mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public gtkd
|
|||
(base32 "0vc5ssb3ar02mg2pngmdi1xg4qjaya8332a9mk0sv97x6b4ddy3g"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
("ldc" ,ldc)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xorg-server-for-tests" ,xorg-server-for-tests)))
|
||||
(list unzip
|
||||
ldc
|
||||
pkg-config
|
||||
xorg-server-for-tests))
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
#:make-flags
|
||||
|
|
Loading…
Reference in a new issue