summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: Add libvpx-next.•••* gnu/packages/video.scm (libvpx-next): New variable. Maxim Cournoyer2022-11-061-0/+16
* gnu: libcxx+libcxxabi: Use G-expressions.•••* gnu/packages/llvm.scm (libcxx+libcxxabi-6)[arguments]: Use G-expressions. <#:configure-flags>: Use "this-package-native-input". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-11-061-21/+23
* gnu: libcxxabi: Use G-expressions.•••* gnu/packages/llvm.scm (libcxxabi-6)[arguments]: Use G-expressions. <#:configure-flags>: Use "this-package-native-input". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-11-061-32/+37
* gnu: libcxx: Update to 14.0.6.•••* gnu/packages/llvm.scm(libcxx)[source]: Use "llvm-monorepo". [arguments]<#:configure-flags>: Use clang & clang++, skip RPATH_CHANGE in CMake. <#:phases>: Add phase "enter-subdirectory". [native-inputs]: Add Python 3 for lit. (libcxx-6)[arguments]: Don't inherit from libcxx. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-11-061-14/+35
* gnu: libcxx: Use G-expressions.•••* gnu/packages/llvm.scm (libcxx)[arguments]: Use G-expressions. (libcxx-6)[arguments]: Use G-expressions. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-11-061-16/+23
* doc: cookbook: Add section on MPD with bluealsa.•••* doc/guix-cookbook.texi (Music Server with Bluetooth Audio): New section under System Configuration. Ricardo Wurmus2022-11-061-0/+191
* doc: cookbook: Update detailed menu for "System Configuration".•••* doc/guix-cookbook.texi: Update menu. Ricardo Wurmus2022-11-061-2/+9
* news: Add 'pt' translation.•••* etc/news.scm: Add Portuguese translation of entry about pyproject-build-system. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Thiago Jung Bauermann2022-11-051-2/+18
* Revert "gnu: pdfposter: Update to 0.8.1."•••This reverts commit 040006d81c20c68d4291a7e5d82517691756c4c1. The upgrade broke pdfposter, which would require a more recent version of pypdf2. Ricardo Wurmus2022-11-051-3/+3
* gnu: Add r-fresh.•••* gnu/packages/cran.scm (r-fresh): New variable. Ricardo Wurmus2022-11-051-0/+22
* gnu: minetest-technic: Update to 2022-10-30.•••* gnu/packages/minetest.scm (minetest-technic): Update to 2022-10-30. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2022-11-051-3/+3
* gnu: minetest-mineclone: Update to 0.80.1.•••* gnu/packages/minetest.scm (minetest-mineclone): Update to 0.80.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2022-11-051-2/+2
* gnu: minetest: Update to 5.6.1.•••* gnu/packages/minetest.scm (minetest, minetest-data): Update to 5.6.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2022-11-051-3/+3
* gnu: irrlicht-for-minetest: Update to 1.9.0.mt8.•••* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8. [inputs]: Add libxi. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2022-11-051-3/+6
* gnu: gsequencer: Update to 4.4.2.•••* gnu/packages/music.scm (gsequencer): Update to 4.4.2. Vinicius Monego2022-11-051-2/+2
* gnu: srain: Update to 1.5.0.•••* gnu/packages/irc.scm (srain): Update to 1.5.0. Vinicius Monego2022-11-051-2/+2
* gnu: shotcut: Update to 22.10.25.•••* gnu/packages/video.scm (shotcut): Update to 22.10.25. Vinicius Monego2022-11-051-2/+2
* gnu: openxr: Update to 1.0.25.•••* gnu/packages/graphics.scm (openxr): Update to 1.0.25. Vinicius Monego2022-11-051-2/+2
* gnu: homebank: Update to 5.5.8.•••* gnu/packages/finance.scm (homebank): Update to 5.5.8. Vinicius Monego2022-11-051-2/+2
* gnu: libjxl: Update to 0.7.0.•••* gnu/packages/image.scm (libjxl): Update to 0.7.0. Vinicius Monego2022-11-051-51/+49
* gnu: google-highway: Update to 1.0.2.•••* gnu/packages/cpp.scm (google-highway): Update to 1.0.2. Vinicius Monego2022-11-051-3/+3
* gnu: python-hy: Update to 0.24.0.•••* gnu/packages/python-xyz.scm (python-hy): Update to 0.24.0. [arguments]: Skip more tests and remove old tests in the custom 'check' phase. [native-inputs]: Add python-wheel. Replace python-pytest with python-pytest-7.1. [propagated-inputs]: Remove python-astor, python-rply. Vinicius Monego2022-11-051-7/+8
* gnu: cl-xmls: Update to 3.2.0.•••* gnu/packages/lisp-xyz.scm (sbcl-xmls): Update to 3.2.0. [version]: Use the latest upstream tag over commit. (ecl-xmls): Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-28/+20
* gnu: Add cl-cluster.•••* gnu/packages/lisp-xyz.scm (cl-cluster, ecl-cluster, sbcl-cluster): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-0/+34
* gnu: Add cl-clostrum.•••* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-0/+30
* gnu: Add cl-inotify.•••* gnu/packages/lisp-xyz.scm (cl-inotify, ecl-inotify, sbcl-inotify): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-0/+36
* gnu: Add cl-triads.•••* gnu/packages/lisp-xyz.scm (cl-triads, ecl-triads, sbcl-triads): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-0/+36
* gnu: Add cl-incless.•••* gnu/packages/lisp-xyz.scm (cl-incless, ecl-incless, sbcl-incless): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> jgart2022-11-051-0/+32
* gnu: python-pudb: Update to 2022.1.3.•••* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.3. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-11-051-2/+2
* gnu: kicad: Update to 6.0.9.•••* gnu/packages/engineering.scm (kicad): Update to 6.0.9. Signed-off-by: Christopher Baines <mail@cbaines.net> Peter Polidoro2022-11-051-6/+7
* gnu: python-funcparserlib: Enable tests.•••* gnu/packages/python-xyz.scm (python-funcparserlib): Enable tests. [origin]: Use GitHub since it includes the tests unlike PyPi. [build-system]: Use pyproject-build-system. [arguments]: Run tests. [native-inputs]: Add python-poetry-core. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-11-051-7/+18
* gnu: python-lief: Update to 0.12.3.•••* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain2022-11-051-2/+2
* gnu: i3-autotiling: Update to 1.8.•••* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.8. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain2022-11-051-2/+2
* gnu: thefuck: Update to 3.32.•••* gnu/packages/admin.scm (thefuck): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart2022-11-051-2/+2
* gnu: Add ssh-to-age.•••* gnu/packages/password-utils.scm (ssh-to-age): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Nicolas Graves2022-11-051-0/+28
* gnu: neomutt: Update to 20220429.•••* gnu/packages/mail.scm (neomutt): Update to 20220429. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc52022-11-051-2/+2
* gnu: oauth2l: Update to 1.3.0.•••* gnu/packages/authentication.scm (oauth2l): Update to 1.3.0. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc52022-11-051-2/+2
* gnu: Add python-neovim-remote.•••* gnu/packages/vim.scm (python-neovim-remote): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> ギャラ2022-11-051-0/+20
* gnu: Add tasksh.•••* gnu/packages/task-management.scm (tasksh): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Matthew James Kraai2022-11-051-0/+29
* gnu: Add guilescript.•••* gnu/packages/guile-xyz.scm (guilescript): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Evgeny Pisemsky2022-11-051-0/+45
* gnu: python-canonicaljson: Update to 1.6.3.•••* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.6.3. [arguments]: Add phases build, check and install to build with pep517. Add phase loosen-requirements to build with python-setuptools-scm >3. [native-inputs]: Add python-pypa-build, python-pytest, python-setuptools, python-setuptools-scm. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder2022-11-051-2/+27
* gnu: python-frozendict: Update to 2.3.4.•••This fixes a potential memory leak with python 3.9: https://github.com/slezica/python-frozendict/issues/38 * gnu/packages/python-xyz.scm (python-frozendict): Update to 2.3.4. [home-page]: Set to new upstream repository. Signed-off-by: Christopher Baines <mail@cbaines.net> Michael Rohleder2022-11-051-4/+4
* Add EditorConfig specification.•••* .editorconfig: New file. Signed-off-by: Christopher Baines <mail@cbaines.net> (2022-11-051-0/+16
* gnu: endeavour: Use git-file-name.•••* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name. Liliana Marie Prikler2022-11-051-0/+1
* gnu: endeavour: Update to 43.0.•••* gnu/packages/gnome.scm (endeavour): Update to 43.0. [#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly. Liliana Marie Prikler2022-11-051-5/+6
* gnu: komikku: Update to 1.3.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.3.0. Liliana Marie Prikler2022-11-051-2/+2
* gnu: python-dateparser: Update to 1.1.3.•••* gnu/packages/python-xyz.scm (python-dateparser): Update to 1.1.3. [build-system]: Use pyproject-build-system. [native-inputs]: Add ‘python-flake8’. Remove ‘python-mock’. [arguments]<#:tests?>: Remove argument. <#:phases>: Add ‘delete-failing-tests’. Liliana Marie Prikler2022-11-051-8/+14
* guix: ui: Add default synopsis for “doc” output.•••* guix/ui.scm (package->recutils)[%default-output-synopses]: Add “doc”. Liliana Marie Prikler2022-11-051-0/+1
* guix: ui: Improve missing output descriptions.•••The current reference to Intel's Appendix H appears too obscure and confusing. * guix/ui.scm (package->recutils)[output->recutils]: Replace “see Appendix H” with “[description missing]”. Liliana Marie Prikler2022-11-051-1/+1
* guix: ui: Handle single outputs.•••The current code says "out" contains "everything else", even if there's no other output to contain anything. * guix/ui.scm (package->recutils)[default-output-synopses]: New variable. [output->recutils]: Take default synopses as argument. ["outputs"]: Distinguish single and multiple outputs. Liliana Marie Prikler2022-11-051-9/+20