aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-10gnu: Add qmk-udev-rules....* gnu/packages/firmware.scm (qmk-udev-rules): New variable. Maxim Cournoyer
2023-10-10gnu: Add qmk-firmware-ergodox-ez-dvorak-42-key....* gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak-42-key): New variable. Maxim Cournoyer
2023-10-10gnu: Add qmk-firmware-ergodox-ez-default....* gnu/packages/firmware.scm (make-qmk-firmware/implementation) (make-qmk-firmware): New procedures. (qmk-firmware-ergodox-ez-default): New variable. Series-changes: 2 - Install firmware from root directory, not .build - Also honor .bin and .uf2 firmware file extensions Maxim Cournoyer
2023-10-10gnu: embedded: Do not use a prefix on the (gnu packages base) module....This can in some cases hide the real error with errors such as: error: base:which: unbound variable * gnu/packages/embedded.scm (openocd) [native-inputs]: Replace base:which with which. (binutils-vc4): Likewise. (python-libmpsse): Likewise. Maxim Cournoyer
2023-10-10gnu: Add lufa....* gnu/packages/avr-xyz.scm (lufa): New variable. Maxim Cournoyer
2023-10-10gnu: qmk: Add many missing inputs and add more commands to PATH....* gnu/packages/firmware.scm (qmk) [inputs]: Add bash-minimal, dfu-util, diffutils, gawk, gnu-make, grep and python. [arguments]: Add them to PATH in the wrapper in the wrap-path phase. Also capture avr-ar in the PATH. Add CROSS_C_INCLUDE_PATH and CROSS_LIBRARY_PATH to the wrapper. Maxim Cournoyer
2023-10-10gnu: qmk: Use GCC 8 for the AVR toolchain....* gnu/packages/firmware.scm (qmk) [inputs]: Specify 'gcc-8' as the #:xgcc argument to the 'make-avr-toolchain' procedure. Maxim Cournoyer
2023-10-10gnu: qmk: Avoid propagating inputs....* gnu/packages/firmware.scm (qmk): [arguments]: New modules and phases arguments. [propagated-inputs]: Turn into... [inputs]: ... this. Add coreutils-minimal, sed and util-linux. [description]: Expound. Maxim Cournoyer
2023-10-10gnu: qmk: Style....* gnu/packages/firmware.scm (qmk): Apply 'guix style' changes. Maxim Cournoyer
2023-10-10gnu: make-avr-toolchain: Add a #:xgcc argument....This allows generating an AVR toolchain for any version of GCC. * gnu/packages/avr.scm (make-avr-gcc): Add a #:xgcc argument; use memoize instead of mlambda. (make-avr-libc): Likewise. Provide it to the 'make-avr-gcc' call. (make-avr-toolchain): Add a #:xgcc argument; use memoize instead of mlambda. Provide the xgcc argument to the 'make-avr-libc' and 'make-avr-gcc' procedures. Maxim Cournoyer
2023-10-09gnu: r-deoptimr: Update to 1.1-3....* gnu/packages/statistics.scm (r-deoptimr): Update to 1.1-3. Ricardo Wurmus
2023-10-09gnu: r-testthat: Update to 3.2.0....* gnu/packages/statistics.scm (r-testthat): Update to 3.2.0. Ricardo Wurmus
2023-10-09gnu: r-rsvg: Update to 2.6.0....* gnu/packages/cran.scm (r-rsvg): Update to 2.6.0. Ricardo Wurmus
2023-10-09gnu: r-plotroc: Update to 2.3.1....* gnu/packages/cran.scm (r-plotroc): Update to 2.3.1. Ricardo Wurmus
2023-10-09gnu: r-grimport2: Update to 0.3-0....* gnu/packages/cran.scm (r-grimport2): Update to 0.3-0. Ricardo Wurmus
2023-10-09gnu: r-word2vec: Update to 0.4.0....* gnu/packages/cran.scm (r-word2vec): Update to 0.4.0. Ricardo Wurmus
2023-10-09gnu: r-glmmtmb: Update to 1.1.8....* gnu/packages/cran.scm (r-glmmtmb): Update to 1.1.8. [propagated-inputs]: Add r-mgcv. Ricardo Wurmus
2023-10-09gnu: r-fansi: Update to 1.0.5....* gnu/packages/cran.scm (r-fansi): Update to 1.0.5. Ricardo Wurmus
2023-10-09gnu: r-heatmaply: Update to 1.5.0....* gnu/packages/cran.scm (r-heatmaply): Update to 1.5.0. Ricardo Wurmus
2023-10-09gnu: r-fbasics: Update to 4031.95....* gnu/packages/cran.scm (r-fbasics): Update to 4031.95. Ricardo Wurmus
2023-10-09gnu: r-ksamples: Update to 1.2-10....* gnu/packages/cran.scm (r-ksamples): Update to 1.2-10. Ricardo Wurmus
2023-10-09gnu: r-htmltools: Update to 0.5.6.1....* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1. Ricardo Wurmus
2023-10-09gnu: r-abn: Update to 3.0.1....* gnu/packages/bioconductor.scm (r-abn): Update to 3.0.1. Ricardo Wurmus
2023-10-09gnu: icu4c-73-promise: Fix broken test....* gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/gnuzilla.scm (icu4c-73-promise)[source]: Add patch. * gnu/packages/patches/icu4c-fix-TestHebrewCalendarInTemporalLeapYear.patch: New file. Clément Lassieur
2023-10-09gnu: isync: Patch path to openssl binary....* gnu/packages/mail.scm (isync)[arguments]: Add a phase to patch the path to the openssl binary for mbsync-get-cert. Efraim Flashner
2023-10-09gnu: povray: Update to 3.7.0.10....* gnu/packages/graphics.scm (povray): Update to 3.7.0.10. [source]: Simplify snippet. Ricardo Wurmus
2023-10-09gnu: povray: Drop input labels....* gnu/packages/graphics.scm (povray)[inputs]: Remove all input labels. [arguments]: Use G-expression to avoid the use of %build-inputs. Ricardo Wurmus
2023-10-09gnu: imgui@1.86: Adjust make-flags....* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the "-DIMGUI_ENABLE_FREETYPE" make-flag which breaks the display of mangohud, the only dependent. The "-DImDrawIdx=unsigned int" make-flag was previously removed, so we can do both by filtering make-flags starting with "-D". [inputs]: Remove freetype. John Kehayias
2023-10-08gnu: mympd: Update to 12.0.4....* gnu/packages/mpd.scm (mympd): Update to 12.0.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-10-08gnu: Add font-orbitron....* gnu/packages/fonts.scm (font-orbitron): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Luis Felipe
2023-10-08gnu: Add tree-sitter-scala....* gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Karl Hallsby
2023-10-08gnu: Add tree-sitter-lua....* gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> john muhl
2023-10-08gnu: Add smithforth....* gnu/packages/forth (smithforth): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> B. Wilson
2023-10-08gnu: Add python-beziers....* gnu/packages/fontutils.scm (python-beziers): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rikard Nordgren
2023-10-08gnu: python-distributed: Disable failing tests....* gnu/packages/python-science.scm (python-distributed): Disable failing tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves
2023-10-08doc: Fix typo....* doc/guix.texi (GNU Privacy Guard): Fix typo. Ludovic Courtès
2023-10-08disarchive-manifest: Add one manifest entry per tarball....This works around a situation where ‘cuirass remote-worker’ now builds with max-jobs = 1 (Cuirass commit 980ef610989895be5ac2ba7f9d1901e5c7f22934). The effect is that all .dis.drv would be performed sequentially, on a single machine (‘cuirass remote-server’ is unable to distribute those derivations to several machines because it only “sees” the ‘disarchive-collection’ derivation). This would take a lot of time and force a rebuild of all of *.dis.drv every time because their build results would not be retrieved by the ‘remote-server’ process. * etc/disarchive-manifest.scm (disarchive-collection): Remove. <top level>: Define ‘disarchives’. Append it to the entries of the manifest. Ludovic Courtès
2023-10-08accounts: Ensure ‘last-change’ field of shadow entries is never zero....* gnu/build/accounts.scm (passwd->shadow): Add ‘max’ call so NOW is greater than or equal to 1. Ludovic Courtès
2023-10-08gnu: vim: Update to 9.0.2001....* gnu/packages/vim.scm (vim): Update to 9.0.2001. [arguments]: Skip another test. Efraim Flashner
2023-10-08gnu: mpd-mpc: Install bash completions in correct location....* gnu/packages/mpd.scm (mpd-mpc)[#:phases]: Add ‘move-completion’. Liliana Marie Prikler
2023-10-08gnu: emacs-next-minimal: Apply Guix patches....* gnu/packages/patches/emacs-next-native-comp-driver-options.patch: Add file. * gnu/packages/patches/emacs-next-exec-path.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register them here. * gnu/packages/emacs.scm (emacs-next-minimal)[origin](patches): Include the same patches as emacs-minimal, save for the variants specific to emacs-next introduced above. Co-Authored-By: Nicolas Graves <ngraves@ngraves.fr> Fixes: ‘emacs-next’ is almost unusable <https://bugs.gnu.org/66227> Liliana Marie Prikler
2023-10-07gnu: python-glymur: Update to 0.12.8....* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.8. [native-inputs]: Add python-scikit-image. jgart
2023-10-07services: configuration: Add some commonly used predicates....* gnu/services/configuration.scm (list-of-packages?, list-of-symbols?): New predicate. * gnu/services/audio.scm (list-of-symbol?): Remove. * gnu/services/telephony.scm (string-list?): Remove. (serialize-string-list): Rename to … (serialize-list-of-strings): … this. (account-fingerprint-list?, jami-account-list?): Use list-of. * doc/guix.texi: Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-10-07doc: Rewrite define-configuration....Rewrite this section to make it easier to document later syntactical changes. * doc/guix.texi (Complex Configurations): Rewrite define-configuration documentation. Fix simple serializer example. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-10-07services: fstrim-service-type: Serialize with SRFI-171 transducers....* gnu/services/linux.scm (serialize-fstrim-configuration): Refactor to use base-transducer. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-10-07services: configuration: Use transducers within serialize-configuration....Introduces 'base-transducer', a SRFI-171 based transducer that can be used as a starting point for writing custom configuration record serializing procedures. This also fixes the symbol maybe-value serialization test case. * gnu/services/configuration.scm (empty-serializer?): New predicate. (base-transducer, tfilter-maybe-value): New procedure. (serialize-configuration): Adapt to use base-transducer. * gnu/services/telephony.scm (jami-account->alist): Use transducers to skip fields that are unserializable or whose field maybe-value is unset. * tests/services/configuration.scm: Remove test-expect-fail. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-10-07services: configuration: Simplify normalize-extra-args....* gnu/services/configuration.scm (define-configuration-helper, normalize-extra-args): Use #f instead of %unset-value. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2023-10-07gnu: Add gnome-shell-extension-night-theme-switcher....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sergio Pastor Pérez
2023-10-07gnu: gqrx: Update to 2.17....* gnu/packages/radio.scm (gqrx): Update to 2.17. Guillaume Le Vaillant
2023-10-07gnu: python-openai: Update to 0.28.1....* gnu/packages/python-web.scm (python-openai): Update to 0.28.1. jgart
c8a7a7a9004a4bff8acb205835'>channels: 'latest-channel-instance' authenticates Git checkouts....Fixes <https://bugs.gnu.org/22883>. * guix/channels.scm (<channel>)[introduction]: New field. (<channel-introduction>): New record type. (%guix-channel-introduction): New variable. (%default-channels): Use it. (<channel-metadata>)[keyring-reference]: New field. (%default-keyring-reference): New variable. (read-channel-metadata, read-channel-metadata-from-source): Initialize the 'keyring-reference' field. (commit-short-id, verify-introductory-commit) (authenticate-channel): New procedures. (latest-channel-instance): Call 'authenticate-channel' when CHANNEL has an introduction. * tests/channels.scm (gpg+git-available?, commit-id-string): New procedures. ("authenticate-channel, wrong first commit signer"): ("authenticate-channel, .guix-authorizations"): New tests. * doc/guix.texi (Invoking guix pull): Mention authentication. Ludovic Courtès 2020-06-10database: separate transaction-handling and retry-handling....Previously call-with-transaction would both retry when SQLITE_BUSY errors were thrown and do what its name suggested (start and rollback/commit a transaction). This changes it to do only what its name implies, which simplifies its implementation. Retrying is provided by the new call-with-SQLITE_BUSY-retrying procedure. * guix/store/database.scm (call-with-transaction): no longer restarts, new #:restartable? argument controls whether "begin" or "begin immediate" is used. (call-with-SQLITE_BUSY-retrying, call-with-retrying-transaction, call-with-retrying-savepoint): new procedures. (register-items): use call-with-retrying-transaction to preserve old behavior. * .dir-locals.el (call-with-retrying-transaction, call-with-retrying-savepoint): add indentation information. Caleb Ristvedt 2020-06-10database: ensure update-or-insert is run within a transaction...update-or-insert can break if an insert occurs between when it decides whether to update or insert and when it actually performs that operation. Putting the check and the update/insert operation in the same transaction ensures that the update/insert will only succeed if no other write has occurred in the middle. * guix/store/database.scm (call-with-savepoint): new procedure. (update-or-insert): use call-with-savepoint to ensure the read and the insert/update occur within the same transaction. Caleb Ristvedt 2020-06-10database: rewrite query procedures in terms of with-statement....Most of our queries would fail to finalize their statements properly if sqlite returned an error during their execution. This resolves that, and also makes them somewhat more concise as a side-effect. This also makes some small changes to improve certain queries where behavior was strange or overly verbose. * guix/store/database.scm (call-with-statement): new procedure. (with-statement): new macro. (last-insert-row-id, path-id, update-or-insert, add-references): rewrite to use with-statement. (update-or-insert): factor last-insert-row-id out of the end of both branches. (add-references): remove pointless last-insert-row-id call. * .dir-locals.el (with-statement): add indenting information. Caleb Ristvedt 2020-06-06ui: 'display-search-results' automatically invokes the pager....* guix/ui.scm (call-with-paginated-output-port): New procedure. (with-paginated-output-port): New macro. (display-search-results): Use it instead of displaying a hint. Ludovic Courtès 2020-06-05git-authenticate: Add tests....* guix/tests/git.scm (call-with-environment-variables) (with-environment-variables): Remove. * guix/tests/git.scm (populate-git-repository): Add clauses for signed commits and signed merges. * guix/tests/gnupg.scm: New file. * tests/git-authenticate.scm: New file. * tests/ed25519bis.key, tests/ed25519bis.sec: New files. * Makefile.am (dist_noinst_DATA): Add 'guix/tests/gnupg.scm'. (SCM_TESTS): Add 'tests/git-authenticate.scm'. (EXTRA_DIST): Add tests/ed25519bis.{key,sec}. Ludovic Courtès 2020-05-16gexp: Add 'let-system'....* guix/gexp.scm (<system-binding>): New record type. (let-system): New macro. (system-binding-compiler): New procedure. (default-expander): Add 'self-quoting?' case. (self-quoting?): New procedure. (lower-inputs): Add 'filterm'. Pass the result of 'mapm/accumulate-builds' through FILTERM. (gexp->sexp)[self-quoting?]: Remove. * tests/gexp.scm ("let-system", "let-system, target") ("let-system, ungexp-native, target") ("let-system, nested"): New tests. * doc/guix.texi (G-Expressions): Document it. Ludovic Courtès 2020-03-22store: Add 'with-build-handler'....* guix/store.scm (current-build-prompt): New variable. (call-with-build-handler, invoke-build-handler): New procedures. (with-build-handler): New macro. * tests/store.scm ("with-build-handler"): New test. Ludovic Courtès 2020-03-12gexp: Add 'with-parameters'....* guix/gexp.scm (<parameterized>): New record type. (with-parameters): New macro. (compile-parameterized): New gexp compiler. * tests/gexp.scm ("with-parameters for %current-system") ("with-parameters for %current-target-system") ("with-parameters + file-append"): New tests. * doc/guix.texi (G-Expressions): Document it. Ludovic Courtès