summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-11-20gnu: vulkan-loader: Remove input labels.Marius Bakke
* gnu/packages/vulkan.scm (vulkan-loader)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-DIRECTORY instead of label. While at it remove use of THIS-PACKAGE-INPUT.
2022-11-20gnu: vulkan-loader: Update to 1.3.232.Marius Bakke
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.3.232.
2022-11-20Merge branch 'master' into stagingMarius Bakke
2022-11-20gnu: xmlsec-openssl: Remove input labels.Marius Bakke
* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels.
2022-11-20gnu: xmlsec-nss: Remove input labels.Marius Bakke
* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels.
2022-11-20gnu: oath-toolkit: Fix test failure with new xmlsec.Marius Bakke
* gnu/packages/patches/oath-toolkit-xmlsec-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/authentication.scm (oath-toolkit)[source](patches): New field.
2022-11-20gnu: xmlsec: Update to 1.2.36.Marius Bakke
* gnu/packages/xml.scm (xmlsec): Update to 1.2.36.
2022-11-20gnu: xmlsec: Add 'upstream-name' property.Marius Bakke
* gnu/packages/xml.scm (xmlsec)[properties]: New field.
2022-11-20gnu: postgresql@10: Update to 10.23.Marius Bakke
* gnu/packages/databases.scm (postgresql-10): Update to 10.23.
2022-11-20gnu: postgresql@11: Update to 11.18.Marius Bakke
* gnu/packages/databases.scm (postgresql-11): Update to 11.18.
2022-11-20gnu: postgresql@13: Update to 13.9.Marius Bakke
* gnu/packages/databases.scm (postgresql-13): Update to 13.9.
2022-11-20gnu: postgresql: Add 15.1.Marius Bakke
* gnu/packages/databases.scm (postgresql-15): New variable. (postgresql-14): Inherit from it.
2022-11-20gnu: Add vulkan-memory-allocator.dan
* gnu/packages/vulkan.scm (vulkan-memory-allocator): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-20gnu: libseccomp: Update to 2.5.4.Marius Bakke
* gnu/packages/linux.scm (libseccomp): Update to 2.5.4.
2022-11-20gnu: libpipeline: Update to 1.5.6.Marius Bakke
* gnu/packages/man.scm (libpipeline): Update to 1.5.6.
2022-11-20gnu: perl-io-socket-ssl: Update to 2.075.Marius Bakke
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.075.
2022-11-20gnu: perl-http-daemon: Update to 6.14.Marius Bakke
* gnu/packages/web.scm (perl-http-daemon): Update to 6.14. [native-inputs]: Add PERL-MODULE-BUILD and PERL-TEST-NEEDS.
2022-11-20gnu: perl-test-fatal: Update to 0.016.Marius Bakke
* gnu/packages/perl-check.scm (perl-test-fatal): Update to 0.016.
2022-11-20gnu: perl-try-tiny: Update to 0.31.Marius Bakke
* gnu/packages/perl.scm (perl-try-tiny): Update to 0.31.
2022-11-20gnu: perl-http-message: Update to 6.37.Marius Bakke
* gnu/packages/web.scm (perl-http-message): Update to 6.37. [native-inputs]: Add PERL-TEST-NEEDS.
2022-11-20gnu: glew: Omit static library.Marius Bakke
* gnu/packages/gl.scm (glew)[arguments]: Add phase to delete libGLEW.a. While at it, convert to G-expression.
2022-11-20gnu: glew: Update to 2.2.0.Marius Bakke
* gnu/packages/gl.scm (glew): Update to 2.2.0.
2022-11-20gnu: OpenAL: Update to 1.22.2.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 1.22.2.
2022-11-20gnu: bluez: Update to 5.66.Marius Bakke
* gnu/packages/linux.scm (bluez): Update to 5.66.
2022-11-20gnu: libwebp: Update to 1.2.4.Marius Bakke
* gnu/packages/image.scm (libwebp): Update to 1.2.4.
2022-11-20gnu: libical: Update to 3.0.16.Marius Bakke
* gnu/packages/calendar.scm (libical): Update to 3.0.16.
2022-11-20gnu: freeglut: Update to 3.4.0.Marius Bakke
* gnu/packages/gl.scm (freeglut): Update to 3.4.0.
2022-11-20gnu: inkbox: Fix build.Marius Bakke
* gnu/packages/ebook.scm (inkbox)[arguments]: Use G-expression.
2022-11-20gnu: inkbox: Update home-page and source URI.Marius Bakke
* gnu/packages/ebook.scm (inkbox)[home-page]: Set to repository, as the previous was NXDOMAIN. [source](uri): Use HOME-PAGE.
2022-11-20gnu: fmit: Remove input labels.Marius Bakke
* gnu/packages/music.scm (fmit)[native-inputs]: Remove labels.
2022-11-20gnu: fmit: Fix build.Marius Bakke
* gnu/packages/music.scm (fmit)[arguments]: Adjust for label changes.
2022-11-20gnu: openal: Add upstream-name property.Marius Bakke
* gnu/packages/audio.scm (openal)[properties]: New field.
2022-11-20gnu: qtcolorwidgets: Update to 2.2.0.Marius Bakke
* gnu/packages/qt.scm (qtcolorwidgets): Update to 2.2.0.
2022-11-20gnu: gzochi: Add missing dependency.Marius Bakke
* gnu/packages/game-development.scm (gzochi)[inputs]: Add GMP. [native-inputs]: Remove label while at it.
2022-11-20gnu: protobuf@2: Fix build.Marius Bakke
* gnu/packages/protobuf.scm (protobuf-2)[build-system]: Set to GNU-BUILD-SYSTEM. [arguments]: Clear. [outputs]: Remove "static".
2022-11-20gnu: Add go-github-com-jaytaylor-html2text.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-gogs-chardet.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-gogs-chardet): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-ssor-bom.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-ssor-bom): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-rivo-tview.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-rivo-tview): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: cl-virality: Don't install examples.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-virality)[arguments]: Add 'delete-examples' phase.
2022-11-20gnu: Add cl-simplified-types.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-simplified-types, cl-simplified-types, ecl-simplified-types): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Add cl-pp-toml.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-pp-toml, cl-pp-toml, ecl-pp-toml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Add cl-virality.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-virality, sbcl-virality): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-20gnu: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.(unmatched-parenthesis
* gnu/packages/golang.scm (go-golang-org-colorful): Deprecate and rename to... (go-github-com-lucasb-eyer-go-colorful): ...this. (go-github-com-gdamore-tcell)[inputs]: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful. (go-github-com-muesli-termenv)[inputs]: Likewise. (go-github-com-charmbracelet-glamour)[inputs]: Likewise. (go-github-com-charmbracelet-bubbletea)[inputs]: Likewise. * gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful. * gnu/packages/image-viewers.scm (pixterm)[inputs]: Likewise. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: Add go-github-com-go-ini-ini.(unmatched-parenthesis
* gnu/packages/golang.scm (go-github-com-go-ini-ini): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-20gnu: go-github-com-zenhack-go-notmuch: Use ungexp-native.(
* gnu/packages/golang.scm (go-github-com-zenhack-go-notmuch) [arguments]<#:phases>{'unpack-test-fixtures}: Use ungexp-native with notmuch-fixtures. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20gnu: Fix copyright line.Leo Nikkilä
This is a follow-up to commit 9ad311ec15c05efc78f74252e7eb6cddfb0b5cea. * gnu/packages/virtualization.scm: Remove copyright line. * gnu/services/virtualization.scm: Add copyright line. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-20gnu: python-pbkdf2: Don't use python-pycrypto.Marius Bakke
* gnu/packages/python-xyz.scm (python-pbkdf2)[propagated-inputs]: Remove.
2022-11-20gnu: python-flask-restful: Remove unused dependency.Marius Bakke
* gnu/packages/python-web.scm (python-flask-restful)[propagated-inputs]: Remove PYTHON-PYCRYPTO.
2022-11-20gnu: ansible-core: Build with python-pycryptodome.Marius Bakke
* gnu/packages/admin.scm (ansible-core)[native-inputs]: Replace PYTHON-PYCRYPTO with PYTHON-PYCRYPTODOME.