diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bittorrent.scm | 7 | 
1 files 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 | 
