diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-21 05:20:24 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-21 05:29:42 -0400 |
commit | 6b2752526b6237b54dc399d20fe560370281800c (patch) | |
tree | b352382c9a6516a8bd13fc8becf113651973cff6 /gnu/packages/bittorrent.scm | |
parent | 3fe49e50153fec1dabac35e262a0888044f79aa6 (diff) | |
download | patches-6b2752526b6237b54dc399d20fe560370281800c.tar patches-6b2752526b6237b54dc399d20fe560370281800c.tar.gz |
gnu: uget: Remove duplicate 'native-inputs' field.
* gnu/packages/bittorrent.scm (uget)[native-inputs]: Remove duplicate
field initializer.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index ae9b3bc62d..9df4f097ac 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -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+) |