aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix-install.sh: Make Guix modules available too.Janneke Nieuwenhuizen2024-04-07
| | | | | | | | * etc/guix-install.sh (GUILE_LOAD_PATH): Prepend directory to current Guix modules. (GUILE_LOAD_COMPILED_PATH): Likewise to compiled modules. Change-Id: I0b2722a38b1f8ebab32142cbc372a23cadfb0620
* gnu: python: Use system SSL certificates.Efraim Flashner2024-04-07
| | | | | | | | * gnu/packages/python.scm (python)[replacement]: New field. (python/fixed): Provide a python with a patched python-certifi which only offers to use the system's SSL certificates. Change-Id: Ic5bcfb6b32282a7e0628232b1dc4cd60f3f2da52
* gnu: python-pip: Use system SSL certificates.Efraim Flashner2024-04-07
| | | | | | | | | * gnu/packages/python-build.scm (python-pip)[replacement]: New field. (python-pip/fixed): Provide a python-pip with a patched python-certifi which only offers to use the system's SSL certificates. Change-Id: Icea0769b881dc8d760562f0405fa8ea8167a4bd4
* gnu: python-certifi: Use system SSL certificates.Efraim Flashner2024-04-07
| | | | | | | | | * gnu/packages/python-crypto.scm (python-certifi)[replacement]: New field. (python-certifi/fixed): Provide a python-certifi which only offers to use the system's SSL certificates. Change-Id: Ie1871be42988dff3cccfe24bca626149fee0f371
* gnu: automatic-component-toolkit: Swap to go-build-system.Sharlatan Hellseher2024-04-07
| | | | | | | | | | | | * gnu/packages/code.scm (automatic-component-toolkit): [build-system]: Swap to go-build-system to make the package more maintainable and build predictable. [arguments] <#:phases>: Swap to default 'build and 'install phases, revert 'configure phase. Add 'pretend-cmd-act phase to satisfy go-build-system. [native-inputs]: Remove go. Change-Id: Iba7bd4c87bdbbb91381f81a77c7811cb9f1f4943
* gnu: Fix builds that require old blueprint-compiler.Liliana Marie Prikler2024-04-07
| | | | | | | | | | | This is a follow-up commit to cee21ef8650d723e9e1ea4c6313897fd3bf64112 and fixes two builds that rely on an older version of blueprint-compiler. The giara package remains broken as a result of a test failure. * gnu/packages/gnome.scm (blueprint-compiler-0.4): New variable. * gnu/packages/syndication.scm (giara, gfeeds): Replace blueprint-compiler with blueprint-compiler-0.4. * gnu/packages/text-editors.scm (textpieces): Likewise
* doc: Restore some of the old installation instructions.Florian Pelz2024-04-07
| | | | | | | | | | | | Follow-up to 227e0469dbfec7e47b57d824dcf45a04ac4026c9. * doc/guix.texi (Binary Installation): Revert wording for installing the Debian package. Restore how to reproduce the binary tarball. Restore how to uninstall. (copying): Add copyright notice for Matthew Trzcinski. Change-Id: Ib74199e39bd7a50ac58045f2bc47f61fc04eacb9
* gnu: quickjs: Update to 2024-01-13.Efraim Flashner2024-04-07
| | | | | | | | * gnu/packages/javascript.scm (quickjs): Update to 2024-01-13. [arguments]: Adjust make-flags to set PREFIX and not DESTDIR. [description]: Update with new features. Change-Id: I76189212c3baafda36b7327d47001147ffacb8a8
* gnu: quickjs: Fix building on powerpc-linux.Efraim Flashner2024-04-07
| | | | | | | * gnu/packages/javascript.scm (quickjs)[arguments]: When building for powerpc-linux add a make-flag to link with latomic. Change-Id: I8838c8b750f919a58fc3bfe73919de0c1e585243
* gnu: quickjs: Remove pre-generated documentation.Efraim Flashner2024-04-07
| | | | | | | * gnu/packages/javascript.scm (quickjs)[source]: Add snippet to remove pre-generated documentation. Change-Id: Ie616fb590ff6b9e6db6c7d6cccc79d029e8e3e14
* gnu: magic-wormhole: Update to 0.14.0.TakeV2024-04-06
| | | | | | | | * gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.14.0. [propagated-inputs]: Add python-iterable-io; and python-zipstream-ng. Change-Id: I1c91db96bf4a96ab1758925deaae87a174b4b03d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-zipstream-ng.TakeV2024-04-06
| | | | | | | * gnu/packages/python-xyz.scm (python-zipstream-ng): New variable. Change-Id: Idf0c0d471aa1eda45cf649874f6a79b6b9a7937b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add python-iterable-io.TakeV2024-04-06
| | | | | | | * gnu/packages/python-xyz.scm (python-iterable-io): New variable. Change-Id: Icd4b10e27b5f4963fd3e3ea516676e84b3c5ecd4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-multiformats-go-multiaddr-net: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | | * gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr-net): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3, go-golang-org-x-crypto; and go-github-com-multiformats-go-multihash Change-Id: I577c3813d6d5a6197103b8de6d4a9b2ba2db8bef
* gnu: go-github-com-multiformats-go-multiaddr: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | * gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto. Change-Id: Ib98ea59cf43304d9f78091da4cfd45cdbc802ad4
* gnu: go-github-com-libp2p-go-libp2p-peer: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | * gnu/packages/golang-crypto.scm (go-github-com-libp2p-go-libp2p-peer): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto. Change-Id: Ib646c1a3eba7ad31fecc99578eedc5a3892e1af1
* gnu: go-github-com-libp2p-go-libp2p-metrics: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto. Change-Id: I28b6da0ec96554052777cdba8971e831ef24df1b
* gnu: go-github-com-multiformats-go-multihash: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | * gnu/packages/golang-crypto.scm (go-github-com-multiformats-go-multihash): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Change-Id: I5ad4b78153df5cdf163507ea1b51837a6351b645
* gnu: Add go-github-com-multiformats-go-multibase.Artyom V. Poptsov2024-04-06
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-multibase): New variable. Change-Id: If634f1497d628a23f2c2ebb1e8e9f6526faa3f3f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add specification-multibase.Artyom V. Poptsov2024-04-06
| | | | | | | | | * gnu/packages/specifications.scm: New module. (specification-multibase): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add "gnu/packages/specifications.scm". Change-Id: I5994e8f8927d5365cc201da30bd49abf03d17574 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-multiformats-go-base36.Artyom V. Poptsov2024-04-06
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-base36): New variable. Change-Id: I27c5540fddae55ae9ce12a205d6f7f7c9a01569b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-multiformats-go-base32.Artyom V. Poptsov2024-04-06
| | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-multiformats-go-base32): New variable. Change-Id: If6c54a3c2d0a62e61e524da85c76ad6bf7f7bcbe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: emacs-webpaste: Fix build.Nicolas Goaziou2024-04-06
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-webpaste)[arguments]<#:phases>: Ensure compatibility with recent Buttercup. Change-Id: I9eb9b9de7fcc1832691a64c0945e91a335498e5b
* gnu: qtserialport: Update to 6.6.3.Zac Berkowitz2024-04-06
| | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtserialport): Rename to ... * gnu/packages/qt.scm (qtserialport-5): ... this. * gnu/packages/qt.scm (qtserialport): New variable. * gnu/packages/engineering.scm (fritzing, candle) [inputs]: Replace qtserialport with qtserialport-5. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/kde-utils.scm (atelier, libatcore): Likewise. * gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise. * gnu/packages/radio.scm (wsjtx, jtdx, js8call) (sdrangel, wfview, qdmr): Likewise. Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: emacs-fb2-reader: Properly enable tests.Nicolas Goaziou2024-04-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-fb2-reader)[arguments]<#:test-command>: Use command to actually run tests. <#:phases>: Fix a bogus function name in a test. Change-Id: I267b219e2b8f547c00cbe3971d21da2f7b599311
* gnu: emacs-fb2-reader: Fix build.Nicolas Goaziou2024-04-06
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-fb2-reader)[arguments]<#:phases>: Add a phase to add compatibility with recent Buttercup. Change-Id: Ibdef2db649d46438634e20b3aa25bcbb63c21b8d
* build: qt-utils: Use QML_IMPORT_PATH2 for Qt 5 (fixup).Zheng Junjie2024-04-06
| | | | | | | | | | | This follows a499d1772df63784e7df1767e58ca1dd5a4b1124 ("build: qt-utils: Use QML_IMPORT_PATH for Qt 6."). * guix/build/qt-utils.scm (variables-for-wrapping): Use QML_IMPORT_PATH2 when the Qt major version is <= 6, QML_IMPORT_PATH otherwise. Change-Id: I2dd1d426aef117105708cc4004078deaa28c15cd Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Move "Running the Test Suite" after "Building from Git".Matthew Trzcinski2024-04-06
| | | | | | | | * doc/contributing.texi (doc/guix.texi): Move "Running the Test Suite" after "Building from Git". Link: <https://lists.gnu.org/archive/html/guix-devel/2024-03/msg00023.html> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Move "Requirements" before "Building from Git"Matthew Trzcinski2024-04-06
| | | | | | | | * doc/contributing.texi (doc/guix.texi): Move "Requirements" before "Building from Git". Link: <https://lists.gnu.org/archive/html/guix-devel/2024-03/msg00023.html> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Fix Texinfo menus.Maxim Cournoyer2024-04-06
| | | | | | | There should be two spaces between the node name and its description. Found via 'M-x texinfo-all-menus-update' in Emacs. Change-Id: I2b17180746f8d97ea5f927b8a504419c087dd5f5
* doc: Simplify installation instructionsMatthew Trzcinski2024-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Installation): - Move the definition of "foreign distro" out of quotation - Repeat overwrite warning - Remove superfluous commentary * doc/guix.texi (Binary Installation): - Clarify that installing on a foreign distro has two methods: using packaged binaries and building from source - Add cross reference to "Building from Git" - Move the foreign distro installation instructions out of quotation - Move directions for 'guix-install.sh' after instructions to use distribution-specific package managers - Specify "distributions" as "GNU/Linux distributions" - Add GnuPG as a requirement for 'guix-install.sh' - Add comma after "Likewise" - Remove redundant instructions to use 'guix-install.sh' - Split the requirements between system requirements for binary installations, GNU/Linux or GNU/Hurd, and requirements for running 'guix-install.sh' - Clarify that 'guix-install.sh' guides users through the steps - Summarize the steps 'guix-install.sh' follows rather than try to detail them - Make explicit that the 'guix-install.sh' default is to download substitutes - Emphasize that the substitute authorization code is an example and may need modification Link: <https://lists.gnu.org/archive/html/guix-devel/2024-03/msg00023.html> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gnurl: Deprecate in favor of curl.Maxim Cournoyer2024-04-06
| | | | | | | | | gnurl is no longer maintained, is abandoned by upstream (see: https://bugs.gnunet.org/view.php?id=8684#c22105). * gnu/packages/gnunet.scm (gnurl): Alias to curl. Change-Id: I7829ac03c516b666e1ab96444cc45c852f065f90
* gnu: emacs-lsp-mode: Improve package style.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[arguments]: Use G-expressions. Change-Id: Ie2e1afba6e62a7fa4628c8bb7259e2d1f2d73c71
* gnu: emacs-lsp-mode: Update to 9.0.0.Apoorv2024-04-06
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 9.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id36f74ddd423918bc564b54f4a3f6bf2a9406164
* gnu: scintilla: Update to 5.4.3.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.4.3. Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52
* gnu: chipmunk: Update to 7.0.3-1.d0239ef.Nicolas Goaziou2024-04-06
| | | | | | | * gnu/packages/game-development.scm (chipmunk): Update to 7.0.3-1.d0239ef. [source]<snippet>: Remove fix included upstream. Change-Id: Iac849fffc1d9cf3528a4197ddf741d588fc866a5
* gnu: ode: Update to 0.16.5.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/game-development.scm (ode): Update to 0.16.5. Change-Id: I902c05582c2211d2f620970e74af00ba2f9be19c
* gnu: fet: Update to 6.19.0.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/education.scm (fet): Update to 6.19.0. Change-Id: Icca4e8d8955a0fbaee9c91768b2630ccbf509ad7
* gnu: asymptote: Update to 2.89.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.89. Change-Id: I9ef6e0f3a873dce87ec0f1937816cdaad3a504a6
* gnu: emacs-robe: Update to 0.8.6.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-robe): Update to 0.8.6. Change-Id: I2c1c2dc43fe20fec88db4a69ad4933d68805e0a2
* gnu: emacs-pg: Update to 0.31.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.31. Change-Id: I93a4fe14c82831243688014e81e5ef17fa9a4976
* gnu: emacs-package-lint: Update to 0.23.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.23. Change-Id: I305c6ca19f4753ff90ad2c4f763424b3a12cc626
* gnu: emacs-org-re-reveal: Update to 3.28.1.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.28.1. Change-Id: I19cf1de787038bffac2ad5d5ac1ae6625d50f237
* gnu: emacs-org-ql: Update to 0.8.6.Nicolas Goaziou2024-04-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.6. [arguments]<#:tests?>: Disable tests, which freeze starting with recent Buttercup releases. Change-Id: Ib1b88536e47f280446773b55522b14d4c3655fac
* gnu: emacs-mastodon: Update to 1.0.19.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.19. Change-Id: Ieb7ab69694ba37d6ac7b55aae3e71796d91967c2
* gnu: emacs-marginalia: Update to 1.6.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.6. Change-Id: Iaddf6e32f6fac33942067e99d9a832eb6895d174
* gnu: emacs-jupyter: Update to 1.0.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 1.0. Change-Id: I9c9fae1aac83344e62814aead1225f53700c745d
* gnu: emacs-jinx: Update to 1.5.Nicolas Goaziou2024-04-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.5. [synopsis]: Clarify text. [description]: Use proper capitalization. Change-Id: Ifdc082f523f0744d9bcea7419fa8c5d83930aa35
* gnu: emacs-gptel: Update to 0.8.5.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.8.5. Change-Id: If07dcdca0398b909bd517bf533a14648f7078e28
* gnu: emacs-fountain-mode: Update to 3.7.3.Nicolas Goaziou2024-04-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.7.3. Change-Id: I54ad906215c5bb8a61655c8635bc1869f6c87d9f