aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gparted: Move lvm2 to inputs.Efraim Flashner2022-12-05
| | | | | * gnu/packages/disk.scm (gparted)[native-inputs]: Move lvm2 ... [inputs]: ... to here.
* Revert "tests: install: Fix iso-image-installer test."Maxim Cournoyer2022-12-05
| | | | | | | | This reverts commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac. e2fsprogs is now included in the installation operating system since 34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete. Suggested-by: Ludovic Courtès <ludo@gnu.org>
* system: Add e2fsprogs to %base-packages-utils.Maxim Cournoyer2022-12-05
| | | | | | | | Rationale: Even when not using an ext file system, the utilities provided by e2fsprogs are useful, for example to set the copy-on-write attribute of a Btrfs file system. * gnu/system.scm (%base-packages-utils): Add e2fsprogs.
* install: Add missing e2fsprogs utility.Maxim Cournoyer2022-12-05
| | | | | | * gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs. Reported-by: Adam Kandur <kefironpremise@gmail.com>
* system: Rename and move %base-packages-disk-utilities.Maxim Cournoyer2022-12-05
| | | | | | | | | | | Rationale: It is only used in INSTALLATION-OS and doesn't make sense to be used in another context, given that file systems now automatically pull their dependencies since commit 45eac6cdf5c8d9d7b0c564b105c790d2d2007799 (services: Add file system utilities to profile). * gnu/system.scm (%base-packages-disk-utilities): Deprecate and rename to... * gnu/system/install.scm (%installer-disk-utilities): ... this. (installation-os) [packages]: Adjust accordingly.
* Merge branch 'version-1.4.0'Ludovic Courtès2022-12-05
|\
| * installer: Log provenance data.Ludovic Courtès2022-12-05
| | | | | | | | | | * gnu/installer.scm (provenance-sexp): New procedure. (installer-program)[installer-builder]: Add 'installer-log-line' call.
| * nls: Update translations.Julien Lepiller2022-12-04
| | | | | | | | | | po/packages/vi.po: New file. po/packages/LINGUAS: Add it.
| * services: configuration: Rename location accessor to "source-location".Maxim Cournoyer2022-12-04
| | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/59423>. * gnu/services/configuration.scm (define-configuration-helper): Rename the accessor of the %location field from "NAME-location" to "NAME-source-location". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reported-by: Pierre Langlois <pierre.langlois@gmx.com>
| * build: Add 'sanity-check-next.py' to the distribution.Ludovic Courtès2022-12-03
| | | | | | | | | | | | Reported by Vagrant Cascadian <vagrant@debian.org>. * Makefile.am (AUX_FILES): Add 'sanity-check-next.py'.
| * Update NEWS.Ludovic Courtès2022-12-02
| |
| * modules: Recognize #:declarative?.Ludovic Courtès2022-12-02
| | | | | | | | | | | | | | | | | | | | | | This addition has become necessary since commit 54003af85cc5b689bd328b30617c93ed2f5fd647, which makes use of #:declarative? in modules produced by 'make-config.scm'. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/modules.scm (extract-dependencies): Recognize #:declarative?, which was introduced in Guile 3.0.8.
| * syscalls: Adjust for lack of 'libutil.so' on glibc >= 2.34.Ludovic Courtès2022-12-02
| | | | | | | | | | | | | | | | | | | | This is a re-implementation of 3c8b6fd94ceb1e898216929e8768fb518dbf1de9 done in a way that works for both glibc >= 2.34 and earlier versions. * guix/build/syscalls.scm (syscall->procedure): When LIBRARY is true, fall back to global symbols if (dynamic-link library) fails. (cherry picked from commit 3f6c32a88fc7a4d707ae1ed8ef3f7bd995461aff)
| * gnu: guix: Update to 1.4.0rc1.Ludovic Courtès2022-11-30
| |
| * maint: Adjust sed script from 'release' target.Ludovic Courtès2022-11-30
| | | | | | | | | | | | | | | | This is a followup to fdafd404325413da4d5fdd717c84e57a51c60fe2. This effect would to set 'GUIX_DISPLAYED_VERSION' to the empty string. * Makefile.am (release): Remove '/v' from sed script for GUIX_DISPLAYED_VERSION.
| * build: Build gnu/packages/*.go in two passes.Ludovic Courtès2022-11-30
| | | | | | | | | | | | | | | | | | | | | | | | This works around <https://issues.guix.gnu.org/59717>, whereby heap usage would go beyond what's reasonable, preventing compilation of the 'guix' package on armhf-linux. This is a followup to ef82ba9dd94369926eb13325d5e7da4306d23dd7. * Makefile.am (MODULES_PACKAGES1, MODULES_PACKAGES): New variables. (MODULES_PACKAGES): Define in terms of them and use :=. (MODULES_CORE, MODULES_SYSTEM, MODULES_CLI, MODULES_PO): Define with :=.
| * maint: Leave 'gcc-toolchain' out for i586-gnu.Ludovic Courtès2022-11-28
| | | | | | | | | | | | | | | | | | This is a temporary measure to work around the fact that we're currently lacking the necessary CPU power and human power to build everything up to 'gcc-toolchain'. * etc/release-manifest.scm (%base-packages/hurd): Comment out "gcc-toolchain" for now.
| * Merge commit 'master' into version-1.4.0Ludovic Courtès2022-11-28
| |\
| * | gnu: texinfo: Disable tests on GNU/Hurd.Ludovic Courtès2022-11-28
| | | | | | | | | | | | * gnu/packages/texinfo.scm (texinfo)[arguments]: Add #:tests? argument.
* | | substitute: Fix typo in 'open-connection-for-uri/cached' docstring.Ludovic Courtès2022-12-05
| | | | | | | | | | | | | | | * guix/scripts/substitute.scm (open-connection-for-uri/cached): Fix docstring.
* | | gnu: Add cl-duologue.jgart2022-12-05
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-duologue, ecl-duologue, sbcl-duologue): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | gnu: cl-clavier: Update to 0.0.0-1.9b1424e.jgart2022-12-05
| | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-clavier): Update to 0.0.0-1.9b1424e. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | | tests: Add gdm tests.Bruno Victal2022-12-04
| | | | | | | | | | | | | | | | | | | | | * gnu/tests/gdm.scm: New file. * gnu/local.mk: Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add csfml.Antero Mejr2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (csfml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add delve.Matthew James Kraai2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/debug.scm (delve): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add xgoldmon.Denis 'GNUtoo' Carikli2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/telephony.scm (xgoldmon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add libosmocore.Denis 'GNUtoo' Carikli2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/telephony.scm (libosmocore): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: libapparmor: Restrict supported systems to GNU/Linux.Ludovic Courtès2022-12-04
| | | | | | | | | | | | | | | * gnu/packages/apparmor.scm (libapparmor)[supported-systems]: New field.
* | | gnu: Add pam-apparmor.Hilton Chain2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/apparmor.scm (pam-apparmor): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add apparmor.Hilton Chain2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/apparmor.scm (apparmor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add libapparmor.Hilton Chain2022-12-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/apparmor.scm: New file. (libapparmor): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add the file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | gnu: Add velox.zamfofex2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (velox): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | nls: Update translations.Julien Lepiller2022-12-04
| | | | | | | | | | | | | | | po/packages/vi.po: New file. po/packages/LINGUAS: Add it.
* | | gnu: Remove rust-rust-crypto-0.2.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-rust-crypto-0.2): Delete variable.
* | | gnu: Remove rust-ethbloom-0.5.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-ethbloom-0.5): Delete variable.
* | | gnu: Remove rust-ethereum-types-0.9.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-ethereum-types-0.9): Delete variable.
* | | gnu: Remove rust-generational-arena-0.2.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-generational-arena-0.2): Delete variable.
* | | gnu: Remove rust-gimli-0.23.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-gimli-0.23): Delete variable.
* | | gnu: Remove rust-goblin-0.0.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-goblin-0.0): Delete variable.
* | | gnu: Remove rust-crossterm-winapi-0.6.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-crossterm-winapi-0.6): Delete variable.
* | | gnu: Remove rust-crossterm-winapi-0.4.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-crossterm-winapi-0.4): Delete variable.
* | | gnu: Remove rust-gfx-gl-0.6.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-graphics.scm (rust-gfx-gl-0.6): Delete variable.
* | | gnu: Remove rust-glib-0.8.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-gtk.scm (rust-glib-0.8): Delete variable.
* | | gnu: Remove rust-block-buffer-0.2.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-block-buffer-0.2): Delete variable.
* | | gnu: Remove rust-chalk-derive-0.68.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-chalk-derive-0.68): Delete variable.
* | | gnu: Remove rust-chalk-ir-0.68.Efraim Flashner2022-12-04
| | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-chalk-ir-0.68): Delete variable.
* | | gnu: jami: Apply a patch to fix a crash when using SIP.Maxim Cournoyer2022-12-04
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/jami-sipaccount-segfault.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/jami.scm (%jami-sources): Apply it.
* | | tests: Fix guix-system.sh test.Maxim Cournoyer2022-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regression was introduce with commit c7793b82efd3383a9f7adf0dfa82d71ee032e41b ("gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples.") due to the examples needing to be built for the aarch64-linux system. * tests/guix-system.sh: Invoke guix system build with '--system=aarch64-linux' to build the Raspberry Pi systems.
* | | gnu: Do not use 'local-file' in Raspberry Pi OS examples.Maxim Cournoyer2022-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As this breaks the 'tests/guix-system.sh' test. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl (%my-public-key): Delete variable. (raspberry-pi-64-nfs-root) [services]: Remove key from openssh-configuration. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. Reported-by: Vagrant Cascadian <vagrant@debian.org>
* | | gnu: python-protobuf@3.6: Fix inputs and arguments.Ludovic Courtès2022-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression introduced in 9b016e29912b11f52e67e59b211fa016d88fea4a, whereby the 'inputs' field would be invalid, plus "--cpp_implementation" wouldn't work. * gnu/packages/protobuf.scm (python-protobuf-3.6)[arguments]: New field. [inputs]: No longer refer to the inputs of PYTHON-PROTOBUF.