aboutsummaryrefslogtreecommitdiff
path: root/build-aux/check-channel-news.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:53:34 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:51 +0000
commit245cb903f163cb6ca3b577fcc9cbd76d2959c60b (patch)
treeca072366b034633567a832800840f1db5a1b568c /build-aux/check-channel-news.scm
parent6ac41542e947c9e905677667ddece78186ce9a31 (diff)
downloadguix-245cb903f163cb6ca3b577fcc9cbd76d2959c60b.tar.gz
guix-245cb903f163cb6ca3b577fcc9cbd76d2959c60b.zip
gnu: python-cucumber-tag-expressions: Move to pyproject-build-system.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions): [build-system]: Move to pyproject-build-system. [arguments]: Remove uneeded field. Change-Id: Ibf0d92aa761f7a00f8c2c806a8bbd38669987ad7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'build-aux/check-channel-news.scm')
0 files changed, 0 insertions, 0 deletions
thacehe@gnu.org> Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....* gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2022-01-14installer: Ignore small devices....Filter the devices that are smaller than 2GiB in the device selection list. * gnu/installer/parted.scm (%min-device-size): New variable. (non-install-devices): Rename it ... (eligible-devices): ... this way. Filter the install device as well as the small devices. * gnu/installer/newt/partition.scm (run-partitioning-page): Adapt it. Mathieu Othacehe