aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/entr.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:24 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:58 +0000
commitd41e9ce19478143883c2c81d9d1bbac6d4e6760a (patch)
tree9d4cc71e5380d455c0f66dc4d34c04fbe382cfc7 /gnu/packages/entr.scm
parent035a359e80da191d231de18bd6349311a4481c9c (diff)
downloadguix-d41e9ce19478143883c2c81d9d1bbac6d4e6760a.tar.gz
guix-d41e9ce19478143883c2c81d9d1bbac6d4e6760a.zip
gnu: python-qemu-qmp: Move to pyproject-build-system.
* gnu/packages/virtualization.scm (python-qemu-qmp): [build-system]: Move to pyproject-build-system. Change-Id: I4a11e7c913092a4798b46347388a0f07bbb85213 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/entr.scm')
0 files changed, 0 insertions, 0 deletions
ackages/bittorrent.scm?id=bb5f8a3b5efa434c90c8ddb19d653d56e9fac695'>gnu: deluge: Adjust style....* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels. Brice Waegeneire 2022-01-17gnu: deluge: Update to 2.0.5....* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase. Brice Waegeneire 2022-01-16gnu: deluge: Remove reference of build-time librsvg...* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret 2022-01-16gnu: deluge: Move librsvg to native inputs...* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret 2022-01-14gnu: aria2: Rewrite with gexps....* gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps. Efraim Flashner 2022-01-14gnu: aria2: Update to 1.36.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.36.0. Efraim Flashner 2022-01-14gnu: aria2: Add release-monitoring-property....* gnu/packages/bittorrent.scm (aria2)[properties]: New field. Efraim Flashner 2022-01-06gnu: tremc: Fix execution with recent Python....* gnu/packages/bittorrent.scm (tremc)[source]: Add patch. * gnu/packages/patches/tremc-fix-decodestring.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Reported by gnoo in #guix Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-08gnu: libtorrent-rasterbar: Build with default cmake....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag. Efraim Flashner 2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-22gnu: uget: Add -fcommon to CFLAGS....* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS. Ricardo Wurmus 2021-11-22gnu: transmission-remote-gtk: Update to 1.4.2....* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.4.2. [source]: Remove patch. * gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Ricardo Wurmus 2021-11-17gnu: libtorrent-rasterbar: Update to 1.2.14....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.14. [source](uri): Adjust tag name. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Adjust accordingly. Override the check phase to fake the time for one test, and disable another. [native-inputs]: Add LIBFAKETIME. Marius Bakke 2021-08-16gnu: bittorrent: Disable tests....* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection. Mathieu Othacehe 00'>2017-06-21bootloader: extlinux: Add extlinux-bootloader-gpt....* gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported variable. (install-extlinux)[mbr]: New argument. (install-extlinux-mbr, install-extlinux-gpt): New variables. (extlinux-bootloader)[installer]: Use install-extlinux-mbr. Mathieu Othacehe 2017-06-08bootloader: Use menu-entry to define custom bootloader entries....* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters, This record is extracted from grub module. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use menu-entry->boot-parameters to convert menu-entry records to boot-parameters. * gnu/bootloader/grub.scm (<menu-entry>): Remove. (boot-parameters->menu-entry): Remove. (grub-configuration-file): Use boot-parameters to create configuration entries. * gnu/system.scm (menu-entry->boot-parameters): New exported procedure. Mathieu Othacehe 2017-05-21bootloader: extlinux: Add a warning message on top of generated conf file....* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Warn users about the fact that the configuration file is automatically generated. Mathieu Othacehe