summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:31:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:32:33 +0000
commitfa584635f991c89255e0590c38d401e6bbe8e9e4 (patch)
tree1c8a9ea29690a41b36f0df7fcb8072b9c8f86db1 /gnu
parent70c207162e92fe3877f7ac027c12dd73449e7dbf (diff)
gnu: Remove libtorrent-rasterbar-1.2.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Delete variable. Fixes: guix/guix#4446 Change-Id: I6e1b6676e69f785703ffaf1c37ed9356667ace33
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bittorrent.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 506800d441..17e04c5d6b 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -540,20 +540,6 @@ focusing on efficiency and scalability. It runs on embedded devices as well as
desktops.")
(license l:bsd-2)))
-(define-public libtorrent-rasterbar-1.2
- (package
- (inherit libtorrent-rasterbar)
- (version "1.2.20")
- (source
- (origin
- (method url-fetch)
- (uri
- (string-append "https://github.com/arvidn/libtorrent/"
- "releases/download/v" version "/"
- "libtorrent-rasterbar-" version ".tar.gz"))
- (sha256
- (base32 "1z5rdynzxcm6wb7v48ssfbwjairbjacb8rjix5fn70fw4668xgyc"))))))
-
(define-public qbittorrent
(package
(name "qbittorrent")