Age | Commit message (Expand) | Author |
2022-03-24 | gnu: guile-fibers: Support cross-compilation....* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Add GUILE-3.0.
(guile2.2-fibers)[inputs, native-inputs]: Adjust accordingly.
| Ludovic Courtès |
2022-03-24 | gnu: linux-libre 4.9: Update to 4.9.308....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.308.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-03-24 | gnu: linux-libre 4.14: Update to 4.14.273....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.273.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-03-24 | gnu: linux-libre 4.19: Update to 4.19.236....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.236.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-03-24 | gnu: linux-libre 5.4: Update to 5.4.187....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.187.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-03-24 | gnu: linux-libre 5.10: Update to 5.10.108....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.108.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
| Leo Famulari |
2022-03-24 | gnu: linux-libre 5.15: Update to 5.15.31....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.31.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
| Leo Famulari |
2022-03-24 | gnu: linux-libre: Update to 5.16.17....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.17.
(linux-libre-5.16-pristine-source, deblob-scripts-5.16): Update hashes.
| Leo Famulari |
2022-03-23 | gnu: python-notmuch2: Use new style....* gnu/packages/mail.scm (python-notmuch2)[version]: Explicitly inherit from
notmuch.
[arguments]: Use list of G-Expressions.
| Liliana Marie Prikler |
2022-03-23 | gnu: python-notmuch2: Fix build....* gnu/packages/mail.scm (python-notmuch2)[#:phases]: Add
‘create-notmuch-config’ and ‘patch-setup.’py after ‘enter-python-dir’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Tanguy Le Carrour |
2022-03-23 | gnu: python-pillow-simd: Fix version....* gnu/packages/python-xyz.scm (python-pillow-simd)[version]: Move "v" prefix
out of version string.
| Nicolas Goaziou |
2022-03-23 | gnu: cl-ningle: Update to 0.3.0-2.2e85675....* gnu/packages/lisp-xyz.scm (sbcl-ningle): Update to 0.3.0-2.2e85675.
[arguments]: Remove custom 'combine-fasls' phase that changes the name of
compiled files causing a permission denied error when loading ningle.
See this discussion:
https://lists.gnu.org/archive/html/help-guix/2021-12/msg00067.html.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-03-23 | gnu: pybind11: Update to 2.8.1....* gnu/packages/python-xyz.scm (pybind11): Update to 2.8.1.
| Efraim Flashner |
2022-03-23 | gnu: spike: Wrap binaries....* gnu/packages/virtualization.scm (spike)[arguments]: Add phase to wrap
binaries with dtc.
[inputs]: Add bash-minimal.
| Efraim Flashner |
2022-03-22 | gnu: : Update to v9.0.0.post1....* gnu/packages/python-xyz.scm (): Update to v9.0.0.post1.
| Maxim Cournoyer |
2022-03-22 | gnu: libosinfo: Update to 1.10.0....* gnu/packages/virtualization.scm (libosinfo): Update to 1.10.0.
| Maxim Cournoyer |
2022-03-22 | gnu: libosinfo: Use hwdata for pci.ids and usb.ids....* gnu/packages/virtualization.scm (libosinfo)
[arguments]: Use gexps.
[configure-flags]: Search usb.ids and pci.ids via search-input-file.
[phases]{patch-osinfo-path}: Use search-input-directory.
[inputs]: Use new style.
[native-inputs]: Use new style. Replace pci.ids and usb.ids by the hwdata pci
and usb outputs, respectively.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley |
2022-03-22 | gnu: hwdata: Update to 0.357....* gnu/packages/pciutils.scm (hwdata): Update to 0.357.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley |
2022-03-22 | gnu: hwdata: Remove unused gzip native input....* gnu/packages/pciutils.scm (hwdata)[native-inputs]: Remove gzip.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley |
2022-03-22 | gnu: hwdata: Set #:target #f....* gnu/packages/pciutils.scm (hwdata): Set #:target #f.
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley |
2022-03-22 | gnu: Add openboard....* gnu/packages/education.scm (openboard): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Nicolas Goaziou |
2022-03-22 | profiles: manual-database: Remove GDBM workaround....* guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_
environment variable.
| Maxim Cournoyer |
2022-03-22 | packages: Clarify comment about build-system package record field....* guix/packages.scm (<package>): Clarify that what goes in the build-system
package record field is a build-system record instance.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-22 | gnu: vim-tagbar: Fix typo in phase name....* gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-22 | gnu: tuxguitar: Update to 1.5.5....* gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
[arguments]: Remove trailing booleans.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-22 | gnu: keepassxc: Improve package style....* gnu/packages/password-utils.scm (keepassxc)[arguments]: Use G-expressions.
[native-inputs]: Remove labels.
| Nicolas Goaziou |
2022-03-22 | gnu: keepassxc: Update to 2.7.0....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.0.
[arguments]<#:phases>: Skip failing test.
[inputs]: Add BOTAN, MINIZIP and PCSC-LITE.
test
| Nicolas Goaziou |
2022-03-22 | gnu: opencv: Add pkgconfig generation flag....* gnu/packages/image-processing.scm (opencv)[arguments]: Add
OPENCV_GENERATE_PKGCONFIG flag.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Blake Shaw |
2022-03-21 | packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.7....* guix/packages.scm: Only set #:replace? #true when Guile is >= 2.2.7.
Fixes: <https://issues.guix.gnu.org/53765>
Reported-By: Peter Kois <kangus@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxime Devos |
2022-03-21 | gnu: Add python-pytest-pudb....* gnu/packages/check.scm (python-pytest-pudb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-03-21 | system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS....* gnu/system.scm (%base-packages-utils): Replace SHADOW with
SHADOW-WITH-MAN-PAGES.
| Ludovic Courtès |
2022-03-21 | gnu: shadow: Add variant with man pages....* gnu/packages/admin.scm (shadow)[properties]: New field.
(shadow-with-man-pages): New variable.
| Ludovic Courtès |
2022-03-21 | gnu: openboardview: Unbundle imgui....* gnu/packages/patches/openboardview-use-system-imgui.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/electronics.scm (openboardview)[source]: Delete "imgui"
subdirectory from snippet and apply patch.
[inputs]{imgui}: New input.
| Maxim Cournoyer |
2022-03-21 | gnu: imgui: Add support for fontconfig and the C++ standard library....* gnu/packages/toolkits.scm (imgui)[source]: Streamline snippet.
[arguments]: Use gexps.
[phases]{build}: Add include directive to fonconfig headers. Also build the
C++ sources found under the "misc" directory.
{install}: Install headers found under the "misc" directory.
[inputs]: Add fontconfig.
| Maxim Cournoyer |
2022-03-21 | gnu: openboardview: Update to 8.95.2....* gnu/packages/electronics.scm (openboardview): Update to 8.95.2.
[source]: Update snippet comment.
[phases]{remove-timestamps}: Delete phase.
| Maxim Cournoyer |
2022-03-21 | gnu: beancount: Disable sanity check....* gnu/packages/finance.scm (beancount): Disable sanity check.
| Christine Lemmer-Webber |
2022-03-21 | gnu: emacs-repology: Update to 1.2.3....* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.3.
| Nicolas Goaziou |
2022-03-21 | gnu: emacs-ebdb: Update to 0.8.13....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.13.
| Nicolas Goaziou |
2022-03-21 | gnu: Add atomic-queue....* gnu/packages/cpp.scm (atomic-queue): New variable.
| Arun Isaac |
2022-03-21 | gnu: cl-printv: Update to 0.1.0-2.e717a7f....* gnu/packages/lisp-xyz.scm (sbcl-printv): Update to 0.1.0-2.e717a7f.
[inputs]: Add figlet.
[arguments]: Add 'patch-figlet-executable' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-03-21 | gnu: tinmop: Update to 0.9.6....* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.6.
[native-inputs]: Use new style.
[inputs]: Use new style. Add ncurses, sbcl-purgatory,
sbcl-trivial-clipboard and sqlite.
[synopsis, description]: Update them.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-03-21 | gnu: cl-croatoan: Update to 0.0.1-5.5d0949d....* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d.
[inputs]: Use new style.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-03-21 | gnu: guix: Fix test suite on riscv64-linux....* gnu/packages/package-management.scm (guix)[arguments]: Add phase when
building for riscv64-linux to adjust the test suite.
| Efraim Flashner |
2022-03-20 | gnu: pyzo: Update to 4.12.3....* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
| Nicolas Goaziou |
2022-03-20 | gnu: linux-libre 5.4: Update to 5.4.186....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.186.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre 5.10: Update to 5.10.107....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.107.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre 5.15: Update to 5.15.30....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.30.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | gnu: linux-libre: Update to 5.16.16....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.16.
(linux-libre-5.16-pristine-source): Update hash.
| Leo Famulari |
2022-03-20 | home: import: Clarify alias parsing code....* guix/scripts/home/import.scm (generate-bash-configuration+modules)
[bash-alias->pair]: Return #f on match failure.
[parse-aliases]: Adjust accordingly and use 'match'.
Remove 'filter' call.
| Ludovic Courtès |
2022-03-20 | home: import: Properly parse aliases that contain quotes....* guix/scripts/home/import.scm (generate-bash-configuration+modules):
Define 'alias-rx'.
[bash-alias->pair]: Use it.
* tests/home-import.scm (match-home-environment-bash-service-with-alias):
New variable.
("manifest->code: Bash service with aliases"): New test.
| Ludovic Courtès |