guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: onionshare: Fix build.


From: Efraim Flashner
Subject: 01/01: gnu: onionshare: Fix build.
Date: Sun, 18 Sep 2016 20:28:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c4605e4c97b8763e8e043e45ce1dd4190a2d1166
Author: Efraim Flashner <address@hidden>
Date:   Sun Sep 18 23:27:36 2016 +0300

    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.
---
 gnu/packages/tor.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index fe74c3c..0dc72a3 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -20,11 +20,12 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (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 download)
   #:use-module (guix git-download)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system python)
   #:use-module (gnu packages)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages compression)
@@ -243,5 +244,5 @@ using a third party filesharing service.  You host the file 
on your own computer
 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
 from you.")
-    (license (list license:gpl3+
-                   license:bsd-3)))) ; onionshare/socks.py
+    (license (list gpl3+
+                   bsd-3)))) ; onionshare/socks.py



reply via email to

[Prev in Thread] Current Thread [Next in Thread]