summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-27installer: Ask for confirmation before formatting partitions.Ludovic Courtès
* gnu/installer/newt/page.scm (run-confirmation-page): New procedure. * gnu/installer/newt/partition.scm (draw-formatting-page): Call it.
2019-03-27installer: Produce an 'initrd-modules' field if needed.Ludovic Courtès
* gnu/installer/parted.scm (root-user-partition?): New procedure. (bootloader-configuration): Use it. (user-partition-missing-modules, initrd-configuration): New procedures. (user-partitions->configuration): Call 'initrd-configuration'.o * gnu/installer.scm (not-config?): Rename to... (module-to-import?): ... this. Add cases to exclude non-installer and non-build (gnu …) modules. (installer-program)[installer-builder]: Add GUIX to the extension list.
2019-03-27installer: Emit 'bootloader' field before 'swap-devices'.Ludovic Courtès
* gnu/installer/parted.scm (user-partitions->configuration): Move 'bootloader' section above 'swap-devices'.
2019-03-27gnu: Add emacs-webfeeder.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-webfeeder): New variable.
2019-03-27gnu: trim-galore: Add pigz.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (trim-galore)[inputs]: Add pigz. [arguments]: Embed reference to pigz.
2019-03-27gnu: trim-galore: Fix test for Python.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (trim-galore)[arguments]: Replace "configure" phase to skip ill-advised test for Python.
2019-03-27gnu: hdf-java: Adjust indentation.Ricardo Wurmus
* gnu/packages/maths.scm (hdf-java): Adjust indentation.
2019-03-27gnu: hdf-java: Fix build.Ricardo Wurmus
* gnu/packages/maths.scm (hdf-java)[arguments]: Fix copying from automake; substitute embedded hdf5 version number.
2019-03-27gnu: hdf-java: Use INVOKE.Ricardo Wurmus
* gnu/packages/maths.scm (hdf-java)[arguments]: Unconditionally return #T from build phases.
2019-03-27gnu: r-rhdf5lib: Update to 1.4.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rhdf5lib): Update to 1.4.3.
2019-03-27gnu: r-genomicfeatures: Update to 1.34.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.34.7.
2019-03-27gnu: r-hdf5r: Update to 1.1.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-hdf5r): Update to 1.1.1.
2019-03-27gnu: r-caret: Update to 6.0-82.Ricardo Wurmus
* gnu/packages/statistics.scm (r-caret): Update to 6.0-82.
2019-03-27gnu: r-gtable: Update to 0.3.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-gtable): Update to 0.3.0.
2019-03-27gnu: grantlee: Delete broken tests.Ricardo Wurmus
* gnu/packages/qt.scm (grantlee)[arguments]: Add phase "delete-broken-tests".
2019-03-26gnu: Add adanaxis-mush and adanaxisgpl.Kei Kebreau
* gnu/packages/games.scm (adanaxis-mush, adanaxisgpl): New variables.
2019-03-27gnu: qjackctl: Re-enable xunique.Pierre Langlois
Version 0.5.6 of qjackctl appears to have fixed the xunique bug that was causing X hanging when using tiling window managers. See https://github.com/rncbc/qjackctl/blob/d54a1da43fa197da04d676a110f36a1d4c062252/ChangeLog#L9 * gnu/packages/audio.scm (qjackctl)[arguments]: Remove "--disable-xunique" from configure-flags. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-03-27gnu: python-django-overextends: Use INVOKE.Ricardo Wurmus
* gnu/packages/django.scm (python-django-overextends)[arguments]: Use INVOKE.
2019-03-27gnu: python-django-contact-form: Use INVOKE.Ricardo Wurmus
* gnu/packages/django.scm (python-django-contact-form)[arguments]: Use INVOKE.
2019-03-26gnu: fritzing: Update to 0.9.3b.Ricardo Wurmus
* gnu/packages/engineering.scm (fritzing): Update to 0.9.3b. [source]: Fetch from git. [arguments]: Use INVOKE and adjust configure phase. [inputs]: Add libgit2; fetch fritzing-parts-db via git.
2019-03-26gnu: ldc: Use INVOKE.Ricardo Wurmus
* gnu/packages/dlang.scm (ldc)[arguments]: Use INVOKE.
2019-03-26gnu: ldc-bootstrap: Use INVOKE.Ricardo Wurmus
* gnu/packages/dlang.scm (ldc-bootstrap)[arguments]: Use INVOKE and unconditionally return #T from build phase.
2019-03-26gnu: open-adventure: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (open-adventure)[arguments]: Use INVOKE.
2019-03-26gnu: 0ad: Use INVOKE.Ricardo Wurmus
* gnu/packages/games.scm (0ad)[arguments]: Use INVOKE.
2019-03-26gnu: Add jami-client-gnome.Pierre Neidhardt
* gnu/packages/telephony.scm (jami-client-gnome): New variable.
2019-03-26gnu: Add libringclient.Pierre Neidhardt
* gnu/packages/telephony.scm (libringclient): New variable.
2019-03-26gnu: Add libring.Pierre Neidhardt
* gnu/packages/telephony.scm (libring): New variable.
2019-03-26gnu: Add pjproject-jami.Pierre Neidhardt
* gnu/packages/telephony.scm (pjproject-jami): New variable.
2019-03-26gnu: Add pjproject.Pierre Neidhardt
* gnu/packages/telephony.scm (pjproject): New variable.
2019-03-26environment: Create /etc/group in containers.Ludovic Courtès
Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * guix/scripts/environment.scm (launch-environment/container): Create GROUPS and call 'write-group'. * tests/guix-environment-container.sh: Test it.
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès
* guix/scripts/environment.scm (launch-environment/container): Remove call to 'mock-passwd'; instantiate a <password-entry> instead. Call 'write-passwd' to write the pasword database instead of using custom code. (mock-passwd): Remove. * tests/guix-environment-container.sh: Test 'getpwuid'.
2019-03-26build-self: Disable position recording.Ludovic Courtès
'guix pull -n' goes roughly from 40s to 35s. * build-aux/build-self.scm (build-program): Add call to 'read-disable'.
2019-03-26gnu: current-guix: Delay effectful bits.Ludovic Courtès
* gnu/packages/package-management.scm (current-guix): Delay 'repository-root'.
2019-03-26gnu: python-scanpy: Update to 1.4.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.4. [source]: Fetch from git. [arguments]: Disable broken tests. [native-inputs]: Add python-pytest. [home-page]: Use HTTPS.
2019-03-26gnu: python-anndata: Update to 0.6.18.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-anndata): Update to 0.6.18.
2019-03-26gnu: trim-galore: Update to 0.6.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.1. [arguments]: Adjust patching.
2019-03-26gnu: cutadapt: Update to 2.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (cutadapt): Update to 2.1. [source]: Fetch from pypi. [native-inputs]: Add python-setuptools-scm.
2019-03-26gnu: python-xopen: Update to 0.5.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-xopen): Update to 0.5.0.
2019-03-26etc: Add "rename" snippet.Pierre Neidhardt
* etc/snippets/text-mode/guix-commit-message-rename-package: New file.
2019-03-26gnu: edgar: Rename package to the-legend-of-edgar.Pierre Neidhardt
* gnu/packages/games.scm (edgar): Define in terms of 'deprecated-package'. (the-legend-of-edgar): New variable, formerly known as "edgar".
2019-03-26gnu: btanks: Rename package to battle-tanks.Pierre Neidhardt
* gnu/packages/games.scm (btanks): Define in terms of 'deprecated-package'. (battle-tanks): New variable, formerly known as "btanks".
2019-03-26gnu: tome4: Rename package to tales-of-maj-eyal.Pierre Neidhardt
* gnu/packages/games.scm (tome4): Define in terms of 'deprecated-package'. (tales-of-maj-eyal): New variable, formerly known as "tome4".
2019-03-26gnu: crawl-tiles: Rename package to dungeon-crawl-stone-soup-tiles.Pierre Neidhardt
* gnu/packages/games.scm (crawl-tiles): Define in terms of 'deprecated-package'. (dungeon-crawl-stone-soup-tiles): New variable, formerly known as "crawl-tiles".
2019-03-26gnu: crawl: Rename package to dungeon-crawl-stone-soup.Pierre Neidhardt
* gnu/packages/games.scm (crawl): Define in terms of 'deprecated-package'. (dungeon-crawl-stone-soup): New variable, formerly known as "crawl".
2019-03-26gnu: fillets-ng: Rename package to fish-fillets-ng.Pierre Neidhardt
* gnu/packages/games.scm (fillets-ng): Define in terms of 'deprecated-package'. (fish-fillets-ng): New variable, formerly known as "fillets-ng".
2019-03-26gnu: kiki: Rename package to kiki-the-nano-bot.Pierre Neidhardt
* gnu/packages/games.scm (kiki): Define in terms of 'deprecated-package'. (kiki-the-nano-bot): New variable, formerly known as "kiki".
2019-03-26gnu: starfighter: Rename package to project-starfighter.Pierre Neidhardt
* gnu/packages/games.scm (starfighter): Define in terms of 'deprecated-package'. (project-starfighter): New variable, formerly known as "starfighter".
2019-03-26gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-server.Pierre Neidhardt
* gnu/packages/games.scm (wesnoth-server): Define in terms of 'deprecated-package'. (the-battle-for-wesnoth-server): New variable, formerly known as "wesnoth-server".
2019-03-26gnu: wesnoth: Rename package to the-battle-for-wesnoth.Pierre Neidhardt
* gnu/packages/games.scm (wesnoth): Define in terms of 'deprecated-package'. (the-battle-for-wesnoth): New variable, formerly known as "wesnoth".
2019-03-26gnu: abbaye: Rename package to l-abbaye-des-morts.Pierre Neidhardt
* gnu/packages/games.scm (abbaye): Define in terms of 'deprecated-package'. (l-abbaye-des-morts): New variable, formerly known as "abbaye".