3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: uget: Remove duplicate 'native-inputs' field.

* gnu/packages/bittorrent.scm (uget)[native-inputs]: Remove duplicate
field initializer.
This commit is contained in:
Mark H Weaver 2018-04-21 05:20:24 -04:00
parent 3fe49e5015
commit 6b2752526b
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -315,8 +315,6 @@ Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.")
(base32
"0919cf7lfk1djdl003cahqjvafdliv7v2l8r5wg95n4isqggdk75"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)))
(inputs
`(("curl" ,curl)
("gtk+" ,gtk+)