Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-orderless)[arguments]: Use G-expressions.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.8.
|
|
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.18.
|
|
* gnu/packages/disk.scm (gparted)[native-inputs]: Move lvm2 ...
[inputs]: ... to here.
|
|
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>
|
|
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.
|
|
* gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs.
Reported-by: Adam Kandur <kefironpremise@gmail.com>
|
|
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.
|
|
|
|
* gnu/installer.scm (provenance-sexp): New procedure.
(installer-program)[installer-builder]: Add 'installer-log-line' call.
|
|
* gnu/packages/lisp-xyz.scm (cl-duologue, ecl-duologue, sbcl-duologue):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-clavier): Update to 0.0.0-1.9b1424e.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/tests/gdm.scm: New file.
* gnu/local.mk: Register it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/game-development.scm (csfml): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/debug.scm (delve): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/telephony.scm (xgoldmon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/telephony.scm (libosmocore): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/apparmor.scm (libapparmor)[supported-systems]: New
field.
|
|
* gnu/packages/apparmor.scm (pam-apparmor): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/apparmor.scm (apparmor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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/packages/wm.scm (velox): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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>
|
|
* gnu/packages/crates-io.scm (rust-rust-crypto-0.2): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-ethbloom-0.5): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-ethereum-types-0.9): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-generational-arena-0.2): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-gimli-0.23): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-goblin-0.0): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-crossterm-winapi-0.6): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-crossterm-winapi-0.4): Delete variable.
|
|
* gnu/packages/crates-graphics.scm (rust-gfx-gl-0.6): Delete variable.
|
|
* gnu/packages/crates-gtk.scm (rust-glib-0.8): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-block-buffer-0.2): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-chalk-derive-0.68): Delete variable.
|
|
* gnu/packages/crates-io.scm (rust-chalk-ir-0.68): Delete variable.
|
|
* 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.
|
|
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>
|
|
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.
|
|
* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.94.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
|
|
* gnu/packages/embedded.scm (ts4900-utils): New variable.
|
|
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>
|
|
* gnu/packages/loko.scm (loko-scheme): Update to 0.12.0.
[arguments]<#:make-flags>: No need to specify GDB scripts directory.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/loko.scm (loko-scheme)[arguments]: Use G-expressions.
<#:phases>: In 'akku-fixes', replace "(assoc-ref inputs name)" with
"this-package-native-input".
[native-inputs]: Use label-less style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/protobuf.scm (python-protobuf): Use C++ implementation.
[inputs]: Add protobuf.
[arguments]: Add --cpp_implementation configure flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/crates-io.scm (rust-k9-0.11): New variable.
|
|
* gnu/packages/crates-io.scm (rust-digest-0.10): Update to 0.10.6.
|
|
* gnu/packages/qt.scm (qtwebengine)[source](snippet): Remove more files.
[arguments]: Pass QT_FEATURES_system_foo for all supported libraries.
[inputs]: Replace "harfbuzz" with HARFBUZZ-5.
|
|
* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.12.
[arguments]: Remove "relax" phase; update "disable-broken-tests" phase.
[propagated-inputs]: Add python-scikit-bio.
|
|
* gnu/packages/bioinformatics.scm (python-scikit-bio): New variable.
|