summaryrefslogtreecommitdiff
path: root/gnu/packages/nicotine.scm
AgeCommit message (Collapse)Author
2026-03-13gnu: nicotine+: Fix build.Gabriel Wicki
* gnu/packages/nicotine.scm (nicotine+) [arguments] {check}: Set $HOME to a writable location. [inputs] Replace python-pycairo with gobject-introspection. Merges guix/guix!7115 Change-Id: I302224d423f9ae1fbc630433cc65ec7c598a01cc Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-12-03gnu: nicotine+: Wrap with `GUIX_GDK_PIXBUF_MODULE_FILES`.Felipe Silva
Previously, nicotine+ would fail to properly load some of its specified icons in the graphic interface. * gnu/packages/nicotine.scm (nicotine+)[arguments]{phases}: In wrap-program phase, also wrap with GUIX_GDK_PIXBUF_MODULE_FILES. Change-Id: I9cc83e1290d686e68320c9a270ecb7e9b6474f36 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-30gnu: nicotine+: Add python-pycairo input.Skylar "The Cobra" Astaroth
* gnu/packages/nicotine.scm (nicotine+)[inputs]: Add python-pycairo. Change-Id: Ic1aae486fc0d0cbf3398fc5a13c04234324e9152 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-09-28gnu: nicotine+: Switch to pyproject.Nicolas Graves
* gnu/packages/nicotine.scm (nicotine+): [source]: Remove <modules> and <snippet>. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. <#:phases>: Delete network test before running them. <#:imported-modules, #:modules>: Refresh them. [native-inputs]: Add python-setuptools. Change-Id: Id9492a83fd1ae6916a6998f3cae2c014eb87644a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-10gnu: nicotine+: Update to 3.3.10.Andrew Wong
* gnu/packages/nicotine.scm (nicotine+): Update to 3.3.10. Change-Id: Id0ebb78ef4940f333da71f8a9f7f72c62db20153 Signed-off-by: Ian Eure <ian@retrospec.tv>
2024-11-03gnu: nicotine+: Update to 3.3.6.Sharlatan Hellseher
* gnu/packages/nicotine.scm (nicotine+): Update to 3.3.6. Change-Id: Ieb1a6610bb3526a7a5d8cf015751f385afb35945
2024-11-03gnu: nicotine+: Use G-expressions.Juliana Sims
* gnu/packages/nicotine.scm (nicotine+): Use G-expressions. Change-Id: If51864440781825dddc7745a88c6efec02ed8e30 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-03gnu: nicotine+: Update to 3.3.0.Juliana Sims
* gnu/packages/nicotine.scm (nicotine+): Update to 3.3.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I5f34b6de78842e1a90720393b5c84470aba0a8ca
2022-03-16gnu : nicotine+: Update to 3.2.1.Fatima Toothpaste
* gnu/packages/nicotine.scm (nicotine+): Update to 3.2.1. [source]: Delete network requried tests in snippet. [arguments]: Remove trailing #t. Replae 'check phase to run proper test. [inputs]: Add bash-minimal, gspell, libappindicator. [native-inputs]: Remove python-pytest. Add xvfb-run. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2020-11-30gnu: nicotine: Update to 2.1.2.Martin Becze
* gnu/packages/nicotine.scm (nicotine+): Update to 2.1.2. [inputs]: Remove python-mutagen and python-dbus. Add python-pytaglib. [native-inputs]: Add gettext-minimal. [arguments]: Apply the 'glib-or-gtk-wrap' and 'glib-or-gtk-compile-schemas' phases from the glib-or-gtk-build-system. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-08-22gnu: Add nicotine.Martin Becze
* gnu/packages/nicotine.scm (nicotine): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>