[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: libtorrent-rasterbar: Build with Python 3.
From: |
guix-commits |
Subject: |
02/16: gnu: libtorrent-rasterbar: Build with Python 3. |
Date: |
Sat, 14 Mar 2020 07:03:52 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e22c2c78a17b588edd994dc5b04659c06e45992a
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 20:16:37 2020 +0100
gnu: libtorrent-rasterbar: Build with Python 3.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Change
from PYTHON-2 to PYTHON-WRAPPER.
---
gnu/packages/bittorrent.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index fa63c49..9e19425 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -404,7 +404,7 @@ and will take advantage of multiple processor cores where
possible.")
(assoc-ref %outputs "out") "/lib"))))
(inputs `(("boost" ,boost)
("openssl" ,openssl)))
- (native-inputs `(("python" ,python-2)
+ (native-inputs `(("python" ,python-wrapper)
("pkg-config" ,pkg-config)))
(home-page "https://www.libtorrent.org/")
(synopsis "Feature complete BitTorrent implementation")
- branch core-updates updated (11a5ffb -> 7cf79d7), guix-commits, 2020/03/14
- 01/16: gnu: wesnoth: Remove obsolete workaround., guix-commits, 2020/03/14
- 02/16: gnu: libtorrent-rasterbar: Build with Python 3.,
guix-commits <=
- 06/16: gnu: LibUV: Update to 1.35.0., guix-commits, 2020/03/14
- 04/16: gnu: c-ares: Update to 1.16.0., guix-commits, 2020/03/14
- 05/16: gnu: cURL: Update to 7.69.1., guix-commits, 2020/03/14
- 03/16: gnu: fifengine: Fix build with newer Swig and Python., guix-commits, 2020/03/14
- 09/16: gnu: pcre: Update to 8.44., guix-commits, 2020/03/14
- 12/16: gnu: gimp: Do not run gtk-update-icon-cache during the build process., guix-commits, 2020/03/14
- 10/16: gnu: jbig2dec: Update to 0.18., guix-commits, 2020/03/14
- 11/16: gnu: ghostscript: Update to 9.51., guix-commits, 2020/03/14
- 07/16: gnu: icu4c: Update to 66.1., guix-commits, 2020/03/14
- 08/16: gnu: libuninameslist: Update to 20200313., guix-commits, 2020/03/14