gnu: uget: Remove duplicate 'native-inputs' field.
* gnu/packages/bittorrent.scm (uget)[native-inputs]: Remove duplicate field initializer.
This commit is contained in:
parent
3fe49e5015
commit
6b2752526b
|
@ -315,8 +315,6 @@ Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.")
|
||||||
(base32
|
(base32
|
||||||
"0919cf7lfk1djdl003cahqjvafdliv7v2l8r5wg95n4isqggdk75"))))
|
"0919cf7lfk1djdl003cahqjvafdliv7v2l8r5wg95n4isqggdk75"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("intltool" ,intltool)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in New Issue