guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libtorrent-rasterbar: Remove input labels.


From: guix-commits
Subject: 03/03: gnu: libtorrent-rasterbar: Remove input labels.
Date: Wed, 19 Jan 2022 06:05:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 4821e3eb4edd532bb236973a986e609634d0ab28
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 19 12:43:19 2022 +0200

    gnu: libtorrent-rasterbar: Remove input labels.
    
    * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]:
    Remove input labels.
---
 gnu/packages/bittorrent.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 8242819228..13808a0d46 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -462,9 +462,10 @@ and will take advantage of multiple processor cores where 
possible.")
                          "--rerun-failed"
                          "--output-on-failure"))))))))
     (inputs (list boost openssl))
-    (native-inputs `(("libfaketime" ,libfaketime)
-                     ("python" ,python-wrapper)
-                     ("pkg-config" ,pkg-config)))
+    (native-inputs
+     (list libfaketime
+           python-wrapper
+           pkg-config))
     (home-page "https://www.libtorrent.org/";)
     (synopsis "Feature-complete BitTorrent implementation")
     (description



reply via email to

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