summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06import: hackage: Filter internal libraries from inputs and native-inputs.•••Fixes <https://issues.guix.gnu.org/54760>. * guix/import/hackage.scm (filter-dependencies): Support multiple OWN-NAMES. (hackage-module->sexp): Filter OWN-NAMES from HACKAGE-DEPENDENCIES and HACKAGE-NATIVE-DEPENDENCIES. * tests/hackage.scm (test-cabal-internal-library-ignored): New variable. ("hackage->guix-package test internal libraries are ignored"): New testcase. Lars-Dominik Braun
2022-06-06import: cabal: Support library names•••* guix/import/cabal.scm (make-cabal-parser): Add name to section. (is-lib): Add optional name to regular expression. (lex-rx-res): Support selecting different substring. (lex-lib): Match 2nd substring from IS-LIB. (lex-line): Adapt to changes for lex-lib. (cabal-library): Add name field and export CABAL-LIBRARY-NAME. (eval): Remove special case for 'library, which is not required any more. (make-cabal-section): Move special case for LIBRARY. * tests/hackage.scm (test-read-cabal-library-name): New variable. ("read-cabal test 1"): Adapt testcase to changed internal structure. ("read-cabal test: library name"): New testcase. Lars-Dominik Braun
2022-06-06import: cabal: Document failing syntax through tests.•••* tests/hackage.scm (test-read-cabal-brackets-newline): New variable. (test-cabal-no-final-newline): Likewise. ("hackage->guix-package test without final newline", "read-cabal test: property brackets on new line"): New tests. Lars-Dominik Braun
2022-06-06import: cabal: Allow curly bracket before else statement.•••* guix/import/cabal.scm (is-else): Turn into procedure. (lex-line): Move IS-ELSE… (lex-word): …here. * tests/hackage.scm (test-cabal-elif-brackets): Extend testcase. Lars-Dominik Braun
2022-06-06import: cabal: Allow properties without space between key and value.•••* guix/import/cabal.scm (lex-word): Add colon to delimiters. * tests/hackage.scm (test-cabal-property-no-space): New variable. ("hackage->guix-package test properties without space"): New test. Lars-Dominik Braun
2022-06-06import: cabal: Allow curly brackets in more positions.•••* guix/import/cabal.scm (is-layout-property): Do not expect end of line. (lex-layout-property): Check for newline. (lex-property): Stop reading on closing curly bracket. * tests/hackage.scm (test-read-cabal-2): New variable. ("read-cabal test: if brackets on the same line"): New test. Lars-Dominik Braun
2022-06-06import: cabal: Support elif statement.•••Fixes <https://issues.guix.gnu.org/54752>. * guix/import/cabal.scm (make-cabal-parser): Replace if-then-else grammar case with elif-else, modify if-then accordingly. (is-elif): New procedure. (lex-elif): Likewise. (is-id): Add elif keyword. (lex-word): Add test for elif. * tests/hackage.scm (test-cabal-if): New variale. (test-cabal-else): Likewise. (test-cabal-elif): Likewise. (test-cabal-elif-brackets): Likewise. (match-ghc-elif): Likewise. ("hackage->guix-package test lonely if statement", "hackage->guix-package test else statement", "hackage->guix-package test elif statement", "hackage->guix-package test elif statement with brackets"): New tests. Lars-Dominik Braun
2022-06-05gnu: aqbanking: Do not embed build date.•••* gnu/packages/gnucash.scm (aqbanking)[arguments]: Add 'use-version-instead-of-date phase. Vagrant Cascadian
2022-06-05gnu: timescaledb: Do not embed running kernel version.•••* gnu/packages/databases.scm (timescaledb)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian
2022-06-05gnu: ncftp: Build reproducibly.•••* gnu/packages/patches/ncftp-reproducible.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/ftp.scm (ncftp): Add patch. Vagrant Cascadian
2022-06-05gnu: sendmail: Remove timestamps.•••* gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase. Vagrant Cascadian
2022-06-05gnu: autogen: Use reproducible date for man pages.•••* gnu/packages/autogen.scm (autogen)[arguments]: Add 'set-man-page-date phase. Vagrant Cascadian
2022-06-05gnu: rhino: Remove build timestamps.•••* gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates phase. Vagrant Cascadian
2022-06-05gnu: transmission: Do not embed kernel version in user agent.•••* gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian
2022-06-05gnu: python-flake8: Update to 3.9.2.•••* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2. Liliana Marie Prikler
2022-06-05gnu: emacs-elm-mode: Update to 0.22.0.•••This version fixes compilation on Emacs 28.1 (see https://github.com/jcollard/elm-mode/issues/186). * gnu/packages/emacs-xyz.scm (emacs-elm-mode): Update to 0.22.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Luis Felipe
2022-06-05services: guix-data-service: Increase timeout for service start.•••The guix-data-service system test fails on a slower machine with a one-minute time limit. * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2022-06-05services: pam-limits: Add sudo and sshd.•••* gnu/services/base.scm (pam-limits-service-type): Add "sudo" and "sshd" to the list. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kiran Shila
2022-06-05gnu: Add gitlint.•••* gnu/packages/version-control.scm (gitlint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Kubisiak
2022-06-05gnu: python-sh: Update to 1.14.2.•••* gnu/packages/python-xyz.scm (python-sh): Update to 1.14.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Kubisiak
2022-06-05gnu: wpa-supplicant: Install DBus service file.•••* gnu/packages/admin.scm (wpa-supplicant)[arguments]: In 'install-dbus-conf' phase, install DBus service file for dbus-system-services-builder to find. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Roman Riabenko
2022-06-05tests: childhurd: Make sure "guix build -d" works.•••* gnu/tests/virtualization.scm (run-childhurd-test) ["guix-daemon up and running"]: New test. Ludovic Courtès
2022-06-05tests: childhurd: Generalize command execution over SSH.•••* gnu/tests/virtualization.scm (run-childhurd-test)[run-uname-over-ssh]: Rename to... [run-command-over-ssh]: ... this. Add 'command' parameter and honor it. ["SSH up and running"]: Adjust accordingly. Ludovic Courtès
2022-06-05gnu: commencement: Remove unnecessary uses of 'bootstrap-origin'.•••* gnu/packages/commencement.scm (gnumach-headers-boot0): Remove unnecessary 'package-with-bootstrap-guile'. (hurd-source-boot0): Remove unnecessary 'bootstrap-origin'. Ludovic Courtès
2022-06-05gnu: commencement: Fetch bootstrap tarballs from ftp.gnu.org too.•••As a side effect, this ensures those tarballs are eventually archived by Software Heritage. * gnu/packages/commencement.scm (tcc-boot0)[source]: Add "mirror://gnu" URL. (gnumach-headers-boot0)[source]: Likewise. (hurd-source-boot0): Likewise. Ludovic Courtès
2022-06-05gnu: Add apricots.•••* gnu/packages/games.scm (apricots): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Foo Chuan Wei
2022-06-05gnu: worklog: Remove duplicated word in description.•••* gnu/packages/task-management.scm (worklog)[description]: Remove duplicated word. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Foo Chuan Wei
2022-06-05gnu: emacs-ox-gemini: Update to latest commit.•••* gnu/packages/emacs-xyz.scm (emacs-ox-gemini): Update to latest commit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tobias Kortkamp
2022-06-05gitignore: Add .DS_Store.•••Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Pavel Shlyak
2022-06-05gnu: python-pyflakes: Update to 2.4.0.•••* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.4.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart
2022-06-05gnu: Add python-musical-scales•••* gnu/packages/python-xyz.scm (python-musical-scales): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov
2022-05-29gnu: Add emacs-corfu-doc.•••* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> jgart
2022-05-29gnu: emacs-corfu: Update to 0.25.•••* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.25. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> jgart
2022-05-29gnu: gnumeric: Remove input labels.•••* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-05-29gnu: gnumeric: Update to 1.12.52.•••* gnu/packages/gnome.scm (gnumeric): Update to 1.12.52. Tobias Geerinckx-Rice
2022-05-29gnu: goffice: Update to 0.10.52.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.52. Tobias Geerinckx-Rice
2022-05-29gnu: gnome-autoar: Update to 0.4.3.•••* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.3. Tobias Geerinckx-Rice
2022-05-29gnu: gnome-mines: Make yelp a regular input.•••* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here… [inputs]: …to here, as it's a reference of .gnome-mines-real. Tobias Geerinckx-Rice
2022-05-29gnu: gnome-mines: Remove input labels.•••* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-05-29gnu: gnome-mines: Update to 40.1.•••* gnu/packages/gnome.scm (gnome-mines): Update to 40.1. Tobias Geerinckx-Rice
2022-05-29gnu: five-or-more: Make libxml2 a regular input.•••* gnu/packages/gnome.scm (five-or-more)[native-inputs]: Move libxml2 from here… [inputs]: …to here, as it's a reference of .five-or-more-real. Tobias Geerinckx-Rice
2022-05-29gnu: five-or-more: Remove input labels.•••* gnu/packages/gnome.scm (five-or-more)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-05-29gnu: five-or-more: Update to 3.32.3.•••* gnu/packages/gnome.scm (five-or-more): Update to 3.32.3. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-05-29gnu: irrlicht: Remove input labels.•••* gnu/packages/games.scm (irrlicht)[inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-05-29gnu: irrlicht: Use CC-FOR-TARGET.•••* gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2022-05-29gnu: irrlicht: Update to 1.8.5.•••* gnu/packages/games.scm (irrlicht): Update to 1.8.5. [source]: Use unmodified Debian patches rather than manually maintain a custom mash-up. [arguments]: Add a new 'delete-broken-install-rule phase instead. Don't explicitly return #t from phases. * gnu/packages/patches/irrlicht-link-against-needed-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2022-06-05gnu: minetest-data: Use new style.•••* gnu/packages/minetest.scm (minetest-data)[build-system]: Use copy-build-system. [arguments]: Convert to list of G-Expressions. Liliana Marie Prikler
2022-06-05gnu: minetest: Use new style.•••* gnu/packages/minetest.scm (minetest)[arguments]: Convert to list of G-Expressions. Use search-input-file and search-input-directory where appropriate. Drop trailing #t. [inputs]: Drop labels. Liliana Marie Prikler
2022-06-05doc: Use new-style command substitution.•••Follow up of beaf701d65e9f94d0539e705d6f58a65313c5655. * doc/guix.texi: Replace the shell old-style command substitution with the new-style one. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun
2022-06-05gnu: emacs-next: Update to 29.0.50-1.0a5477b.•••The currently used commit breaks magit, so update to a newer one. * gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-1.0a5477b. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Josselin Poiret