gnu: uget: Add missing input.

* gnu/packages/bittorrent.scm (uget)[native-inputs]: Add intltool.
master
Efraim Flashner 2016-12-03 23:19:55 +02:00
parent 12ed023fb7
commit c7ad32d94a
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.")
("libnotify" ,libnotify)
("openssl" ,openssl)))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(home-page "http://ugetdm.com/")
(synopsis "Universal download manager with GTK+ interface")
(description