Commit graph

209 commits

Author SHA1 Message Date
Maxim Cournoyer
af9e540b71
gnu: nss-certs: Relocate to (gnu packages nss).
This is made so that the source can be shared without introducing module
circular dependencies.

* gnu/packages/certs.scm (nss-certs)
(nss-certs-for-test): Move to...
* gnu/packages/nss.scm: ... here.

Adjust the module imports via:

  git grep -l '(gnu packages certs)' |
  xargs sed 's/(gnu packages certs)/(gnu packages nss)/' -i

Change-Id: I56d7bc52ddcdffbced8a162e8db8ea5071b0cb0f
2025-08-17 22:34:42 +02:00
Greg Hogan
364e883298
gnu: Remove #:test-target argument.
* gnu/packages/astronomy.scm (libsep),
* gnu/packages/bioinformatics.scm (megahit),
* gnu/packages/bittorrent.scm (qbittorrent),
* gnu/packages/calendar.scm (date),
* gnu/packages/check.scm (klee, trompeloeil),
* gnu/packages/compression.scm (zziplib),
* gnu/packages/cpp.scm (immer, lager, zug),
* gnu/packages/databases.scm (timescaledb),
* gnu/packages/emulators.scm (dolphin-emu),
* gnu/packages/fpga.scm (systemc),
* gnu/packages/game-development.scm (box2d),
* gnu/packages/games.scm (megaglest, openclonk, teeworld),
* gnu/packages/glib.scm (sdbus-c++),
* gnu/packages/gnucash.scm (gnucash),
* gnu/packages/graph.scm (igraph),
* gnu/packages/image.scm (exiv2),
* gnu/packages/inkscape.scm (inkscape),
* gnu/packages/instrumentation.scm (yactfr),
* gnu/packages/kde-multimedia.scm (elisa),
* gnu/packages/linux.scm (falcosecurity-libs),
* gnu/packages/llvm.scm (libcxx, libomp-15),
* gnu/packages/machine-learning.scm (ctranslate2, tvm),
* gnu/packages/maths.scm (blitz),
* gnu/packages/messaging.scm (libphonenumber),
* gnu/packages/music.scm (clementine, libdiscid, opustags, strawberry),
* gnu/packages/opencog.scm (atomspace, attention, cogserver, cogutil,
opencog),
* gnu/packages/python-xyz.scm (pybind11)
* gnu/packages/radio.scm (libfec, libcorrect),
* gnu/packages/serialization.scm (qtcsv),
* gnu/packages/shells.scm (fish),
* gnu/packages/tls.scm (aws-lc),
* gnu/packages/web.scm (wabt),
* gnu/packages/vulkan.com (spirv-llvm-translator)
[arguments]: Move #:test-target to ...
<#:phases>: ... 'check phase.

* gnu/packages/algebra.scm (xtensor),
* gnu/packages/astronomy (stellarium),
* gnu/packages/bioinformatics.scm (libsbml),
* gnu/packages/chemistry.scm (openbabel),
* gnu/packages/cpp.scm (xsimd, xtl),
* gnu/packages/documentation.scm (doxygen),
* gnu/packages/lua.scm (selene),
* gnu/packages/libftdi.scm (libftdi),
* gnu/packages/llvm.scm (cling, libomp@12, libomp@13),
* gnu/packages/hyperledger.scm (hyperledger-iroha),
* gnu/packages/markup.scm (cmark, cmark-gfm),
* gnu/packages/maths.scm (cryptominisat, double-conversion),
* gnu/packages/mp3.scm (chromaprint),
* gnu/packages/qt.scm (qtpromise)
* gnu/packages/rdf.scm (clucene),
* gnu/packages/sync.scm (lsyncd)
[arguments}: Remove #:test-target.

* gnu/packages/engineering.scm (libfive),
* gnu/packages/game-development.scm (box2d-3)
[arguments]: Remove #:test-target and disable tests.

Change-Id: I0a82091df1789980bbbac0c334b6f993c36f412a
2025-08-04 04:10:32 +00:00
Andreas Enge
edd96a2b39
gnu: qbittorrent-enhanced: Update to 5.1.2.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.1.2.10.

Change-Id: Ie457949f39612c585609ed752213671fd5e4dbac
2025-07-28 00:33:40 +02:00
ColdSideOfYourPillow
d50a1359af
gnu: qbittorrent: update to 5.1.2.
Change-Id: Id46c1f2006f2a0c7c6cd949ab5b38e9fd615a7fd
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-28 00:27:03 +02:00
Vinicius Monego
0e649f3631
gnu: deluge: Enable tests.
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Add
python-pytest, python-pytest-twisted, xorg-server-for-tests.
[arguments]: Remove '#:tests? #f'.
<#:test-flags>: Skip failing tests.
<#:phases>: Add phase 'pre-check' before 'check'.

Change-Id: I32e0f4d5d580535834261c15925003bf813ec035
2025-07-26 19:10:21 -03:00
Vinicius Monego
afd2dabbe5
gnu: deluge: Improve package style, simplify.
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Remove
librsvg-for-system.
[arguments]: Use Gexp. Simplify removing the check of librsvg.

Change-Id: I44862be23f8115bf8c180ef01aef44d1b0e7fa45
2025-07-23 15:26:33 -03:00
Vinicius Monego
aec80de0f3
gnu: deluge: Use pyproject-build-system.
* gnu/packages/bittorrent.scm (deluge)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Remove python-six.
[arguments]<#:phases>: Rename 'wrap' to 'wrap-deluge' and move it before
the default 'wrap'.

Change-Id: Ie921ca44c7c92971b1ddec8d7e55ecfacedb63ce
2025-07-23 15:26:28 -03:00
Janneke Nieuwenhuizen
a433af42fa
gnu: aria2: Fix build.
* gnu/packages/bittorrent.scm (aria2)[arguments]: Add phase "patch-configure".

Change-Id: I205ebc7017e266341863a2b84c93f3d94ab4b262
2025-07-18 20:17:24 +02:00
Andrew Wong
5b307267d6
gnu: transmission-remote-gtk: Update to 1.6.0.
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.6.0.
[source]: Switch to git.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add glib:bin, appstream-glib, perl, gettings-desktop-schemas,
remove gnu-gettext
[inputs]: Add libsoup, gnu-gettext, remove appstream-glib.
[arguments]: Disable tests.

Change-Id: Ie71c8b246adccb5e47622803603f1c6f786aaf65
Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-21 22:43:41 +08:00
Tomas Volf
99af1fee57
gnu: deluge: Update to 2.2.0.
* gnu/packages/bittorrent.scm (deluge): Update to 2.2.0.
[arguments]<#:phases>: Drop 'fix-deluge-console.

Change-Id: Iad8461c7ea73042fb208ea182f4dc67d4e74adcf
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-05-05 16:24:18 +02:00
Hilton Chain
62b16ab3c2
gnu: qbittorrent-enhanced: Update to 5.0.4.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.4.10.

Change-Id: I8ffb0684b3bc9a9316afeb30e55359446ca58376
2025-04-05 08:45:23 +08:00
Hilton Chain
81fef83b69
gnu: qbittorrent: Update to 5.0.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.4.

Change-Id: Ifb05d575af6b00f3eeab55c7dd4dff93e0d70da3
2025-04-05 08:45:23 +08:00
Tomas Volf
407963a848
gnu: deluge: Backport fix for deluge-console.
* gnu/packages/bittorrent.scm (deluge)[arguments]<#:phases>: Add
'fix-deluge-console.

Change-Id: Ifdbcb541aeefbc727890cec2356d346c7fa1dd5d
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-04-02 14:10:30 +02:00
宋文武
7e7ad582e4
gnu: transmission: Fix build.
Reported in <https://issues.guix.gnu.org/76697>.
This is follow up to 4838b7b0e9.

* gnu/packages/bittorrent.scm (transmission) [arguments]: Invoke
'generate-gdk-pixbuf-loaders-cache' before using GDK_PIXBUF_MODULE_FILE.

Change-Id: I234cdd8649e82d0a8b44bee15968fcd22c134ce4
2025-03-03 12:38:35 +08:00
Tomas Volf
18e42984a6
gnu: libtorrent-rasterbar-1.2: Update to 1.2.20.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Update to 1.2.20.

Change-Id: I18208b5609e8362576986c894bb2fc143d52093f
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-02-02 01:01:22 +09:00
Tomas Volf
9a17331bc3
gnu: libtorrent-rasterbar: Remove special case for test_ssl.
With the release of 2.0.11, the SSL certificates used for tests are valid for
long enough time (~end of year 2297) to no longer require faketime.  With the
removal of faketime, the explicit timeout is also no longer required, since it
does not hang anymore.

This gives us back the validation that SSL works.

* gnu/packages/bittorrent.scm
(libtorrent-rasterbar)[arguments]<#:phases>['check]: Remove test timeout.  Do
not special case test_ssl.

Change-Id: I535c72fec24658a4b2151d2e8794319055c9a278
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-01-29 22:13:39 +09:00
Tomas Volf
c1e42c3980
gnu: libtorrent-rasterbar: Update to 2.0.11.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 2.0.11.

Change-Id: Ib6fb2676f6b6773690473e63276574abaebcac0a
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-01-29 22:13:39 +09:00
Hilton Chain
d1cfeaef13
gnu: qbittorrent-enhanced: Update to 5.0.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.3.10.

Change-Id: I16163a37d3c15a3e33c8f0508c97e4467b9ec958
2025-01-11 16:11:28 +08:00
Hilton Chain
ac1fc8f638
gnu: qbittorrent: Update to 5.0.3.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.3.

Change-Id: Ie034c2e7591cb25922c165bf9a7a0bc11a6468e8
2025-01-11 16:11:27 +08:00
Zheng Junjie
8bed031e58
gnu: qbittorrent-enhanced: Update to 5.0.2.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.2.10.

Change-Id: Ia297690350edd72840924c5f087601b823e89fa8
2024-11-20 18:45:04 +08:00
Zheng Junjie
71e6963d89
gnu: qbittorrent: Update to 5.0.2.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.2.

Change-Id: Icf4b86aa60c0b2a717550cbd51613e3a07fbcdb5
2024-11-20 18:45:04 +08:00
Ron Nazarov
39d1acc021
gnu: qbittorrent: Update to 5.0.1.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.1.
[arguments]: Set #:qtbase to qtbase.
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtsvg-5 with qtsvg.

Change-Id: I82dd5b65f1a812c989baa752313cd3daeaf0d8bf
2024-11-20 18:24:24 +08:00
Adam Faiz via Guix-patches via
ea47842d29
gnu: libtorrent-rasterbar: Use gexps and new input style.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Use gexps.
[native-inputs]: Drop labels.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: Ic6dc52ab422e479c941a1f33abdb64fb81c3229d
2024-10-06 02:41:29 +08:00
Adam Faiz via Guix-patches via
37dede4c4d
gnu: libtorrent-rasterbar: Update to 2.0.10.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 2.0.10.
[source]<snippet>: Remove test/test_copy_file.cpp patch since it's resolved.
[native-inputs]: Remove no longer needed file (v2_empty_file.torrent).
[arguments]<#:phases>: Remove copy-v2_empty_file.torrent phase.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: I12e50041cfa141282a2874bf94545bc57ea735ae
2024-10-06 02:36:50 +08:00
Hilton Chain via Guix-patches via
94e5ddc568
gnu: qbittorrent-enhanced: Update to 4.6.6.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.6.10.

Change-Id: Ib6da65a958ee27039b8ad6ca7f535c087725e365
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06 00:05:53 +08:00
Hilton Chain via Guix-patches via
8de455132d
gnu: qbittorrent: Update to 4.6.6.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6.

Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06 00:05:53 +08:00
Leo Famulari
583d881884
gnu: Transmission: Update to 4.0.6.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.6.
[source]: Use the new patch.
[arguments]: Adjust the custom build phase 'remove-kernel-version' for 4.0.6.
* gnu/packages/patches/transmission-4.0.5-fix-build.patch: Delete file.
* gnu/packages/patches/transmission-4.0.6-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Change-Id: Id546b8537f48afd50bb00183abf7821ad7601fe9
2024-09-02 20:00:40 -04:00
Maxime Devos
8ea60f7525
gnu: qbittorrent: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.

* gnu/packages/bittorrent.scm
(qbittorrent)[inputs]: Add 'bash-minimal'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I854fdcfe7e0cbfd2a99d4b80677caefb9e966ea6
2024-08-31 10:42:35 +02:00
Zheng Junjie
dfe188662b
gnu: qbittorrent-enhanced: Update to 4.6.4.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.4.10.

Change-Id: I85f1dfaa8cd7eda752778c0d67e311d3ba26a21d
2024-05-10 19:41:33 +08:00
Timotej Lazar
b433ac8d64
gnu: qbittorrent: Update to 4.6.4.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.4.

Change-Id: Iad1fdc9100c4b01e4cab04d101d068e91c5591c4
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-05-10 19:25:14 +08:00
Hilton Chain
8d6d5b2a94
gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed
from…
(qbittorrent-enhanced-nox): …this package, now redefined as a
DEPRECATED-PACKAGE.

Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
2024-03-09 09:34:59 +08:00
Hilton Chain
55c5f54f03
gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Correct "qtsvg-5" to
"qtsvg".

Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
2024-03-09 09:34:53 +08:00
Hilton Chain
c5cb09e42f
gnu: qbittorrent-enhanced: Update to 4.6.3.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10.

Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
2024-03-09 09:34:47 +08:00
Oleg Pykhalov
1536853d5e
gnu: qbittorrent: Update to 4.6.3.
* gnu/packages/bittorrent.scm (qbittorrent)[version]: Update to 4.6.3.
[inputs]: Use libtorrent-rasterbar 2.0.9.
2024-02-28 17:15:56 +03:00
Leo Famulari
d263c49919
gnu: Transmission: Update to 4.0.5.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.5.
[source]: Use 'transmission-4.0.5-fix-build.patch'.
* gnu/packages/patches/transmission-4.0.5-fix-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Change-Id: I8e9486dca07f01628e7886e7ac5757d511056cb7
2023-12-29 14:57:37 -05:00
Leo Famulari
ceb6987288
gnu: tremc: Update to 0.9.3-1.d8deaa5.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3-1.d8deaa5.

Change-Id: Ib138825770172c02eaa91ced5f226fd87c7cfb1c
2023-12-29 14:57:29 -05:00
Tomas Volf
a1347d09f1
gnu: libtorrent-rasterbar: Disable test_ssl test.
It times out in the ci.guix.gnu.org, so this commit disables it.  It will be
re-enabled once solution is found.

* gnu/packages/bittorrent.scm
(libtorrent-rasterbar)[arguments]<#:phases>['check]: Disable test_ssl test.

Change-Id: Ib396fd8a1786e14baad72ae892bdd0fd3fe7a180
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-14 23:12:23 +01:00
Tomas Volf
cc681b5657
gnu: libtorrent-rasterbar: Update to 2.0.9.
Update the package.  Since other packages do depend on the previous
version (and according to their documentation do recommend it), the previous
version is exposed as libtorrent-rasterbar-1.2.

The v2.0.9 requires patching to get tests working.  Sadly one of the changes
is to introduce new binary file, so it is fetched as an input and applied in a
phase.  Snippet is used instead to do the rest of the patching.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to
2.0.9.
[source]<snippet>: Patch test/test_copy_file.cpp.
[native-inputs]: Add the missing file (v2_empty_file.torrent).
[arguments]<#:phases>: And add a phase copying it into the correct place.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): New variable.
(qbittorrent)[inputs]: Use libtorrent-rasterbar-1.2.
* gnu/packages/enlightenment.scm (epour)[inputs]: Use
libtorrent-rasterbar-1.2.

Change-Id: Ifbbbf02a671f6a3db653499a7a5f2504fd23c255
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf
cb1ce113b9
gnu: qbittorrent: Update to 4.6.2.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.2.

Change-Id: I75d05f14396e1b017cc939264e30ade625cb7017
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf
a6e792413e
gnu: qbittorrent-enhanced: Update to 4.6.1.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.1.10.

Change-Id: Ic164ee27ea54018acfcba0e9db8db11f119800a4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf
5582bd9413
gnu: deluge: Update to 2.1.1.
Dependency on nss-certs was added.  Most torrents do require SSL in some shape
or form, so it seems appropriate to add it by default.

* gnu/packages/bittorrent.scm (deluge)[version]: Update to 2.1.1.
[propagated-inputs]: Add nss-certs.
[native-search-paths]: Set to allow locating the certificates.

Change-Id: Ic6c79f24851d6917dc4e5b22b3bcb2f6b99e187a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Tomas Volf
fb2bbb0c3e
gnu: libtorrent-rasterbar: Update to 1.2.19.
With the update, the execution of the test suite was overhauled a lot.
Parallel tests were disabled, since the do not work well.  Since faketime does
cause some tests to hang, test_ssl was moved into a separate run.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to
1.2.19.
[arguments]<#:parallel-tests?>: Disable.
[arguments]<#:phases>: Move test_ssl into separate run under faketime.  Do not
run under tests under faketime.  Anchor the regex for test exclusion.  Set
timeout of 600 seconds for each test.

Change-Id: I7392cb3ce1a8815b26b3257498082761255535ee
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-06 23:50:05 +01:00
Efraim Flashner
5e8e9bcd25
gnu: aria2: Unbundle wslay.
* gnu/packages/bittorrent.scm (aria2)[source]: Add snippet to delete
configure script and remove bundled dependency.  Add a patch.
[native-inputs]: Add autoconf, automake, gettext-minimal, libtool.
[inputs]: Add wslay.
* gnu/packages/patches/aria2-unbundle-wslay.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I92390a872454726ff9587518bb535d2105c44ef3
2023-11-22 22:56:22 +02:00
Efraim Flashner
e5c3cf139d
gnu: aria2: Update to 1.37.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.37.0.

Change-Id: Iddaeabb59b774b61610722f485c8c773aaf60434
2023-11-22 22:56:18 +02:00
Leo Famulari
5746d043a6
gnu: transmission: Update to 4.0.4.
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.4.
[synopsis]: Remove "marketing phrases".

Change-Id: Ibecdf14198ba926eea66ff5ba29ec05fbd27fde2
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-30 11:17:43 +00:00
Hilton Chain via Guix-patches via
79abbaf4e4
gnu: qbittorrent-enhanced: Update to 4.5.5.10.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24 02:00:00 +02:00
Tobias Geerinckx-Rice
13bb3d8bea
gnu: qbittorrent-nox: Rename to qbittorrent-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from…
(qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE.
2023-09-24 02:00:00 +02:00
Hilton Chain
ab8c774191
gnu: qbittorrent: Update to 4.5.5.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-24 02:00:00 +02:00
Clément Lassieur
2c9009f9fe
gnu: transmission: Fix loading icons in pure environments.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program'
phase that sets GDK_PIXBUF_MODULE_FILE.
2023-09-27 13:03:45 +02:00
Clément Lassieur
27ec9eeceb
gnu: transmission: Restore HTML files in the default output.
This fixes transmission-daemon.

* gnu/packages/bittorrent.scm (transmission)[arguments]: remove "transmission"
directory from the 'move-gui' procedure.
2023-09-26 11:08:33 +02:00