gnu: onionshare: Fix build.

This commit is a follow-up to b8ea5204ab.

* gnu/packages/tor.scm: Add 'gpl3+' to guix-licenses import, Add
python-build-system.
(onionshare)[licenses]: Remove license namespace.
This commit is contained in:
Efraim Flashner 2016-09-18 23:27:36 +03:00
parent b8ea5204ab
commit c4605e4c97
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -20,11 +20,12 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages tor) (define-module (gnu packages tor)
#:use-module ((guix licenses) #:select (bsd-3 gpl2+ gpl2)) #:use-module ((guix licenses) #:select (bsd-3 gpl3+ gpl2+ gpl2))
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix build-system python)
#:use-module (gnu packages) #:use-module (gnu packages)
#:use-module (gnu packages libevent) #:use-module (gnu packages libevent)
#:use-module (gnu packages compression) #:use-module (gnu packages compression)
@ -243,5 +244,5 @@ (define-public onionshare
and use a Tor hidden service to make it temporarily accessible over the and use a Tor hidden service to make it temporarily accessible over the
internet. The other user just needs to use Tor Browser to download the file internet. The other user just needs to use Tor Browser to download the file
from you.") from you.")
(license (list license:gpl3+ (license (list gpl3+
license:bsd-3)))) ; onionshare/socks.py bsd-3)))) ; onionshare/socks.py