aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-describe.sh
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-03-14 11:05:48 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-07-19 00:41:17 +0300
commit2df9a36ace39958908315d659e696bf43f8bbe7c (patch)
tree113cdf579bb379399bd8380c73e2760e8186966d /tests/guix-describe.sh
parent453453b816677199cfaf966c566e30a035d563aa (diff)
downloadguix-2df9a36ace39958908315d659e696bf43f8bbe7c.tar.gz
guix-2df9a36ace39958908315d659e696bf43f8bbe7c.zip
gnu: Add rust-wasmparser-0.118.
* gnu/packages/crates-io.scm (rust-wasmparser-0.118): New variable. (rust-wasmparser-0.57): Inherit from rust-wasmparser-0.118. Change-Id: I951b36d27dc5281715db5274b2435cfe9add38b7
Diffstat (limited to 'tests/guix-describe.sh')
0 files changed, 0 insertions, 0 deletions
>services: nix: Export nix-configuration....* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Peng Mei Yu 2020-07-25services: nix: Provide nix commands....* gnu/services/nix.scm (nix-service-type): Extend profile-service-type to provide nix commands. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Peng Mei Yu via Guix-patches via 2020-07-22services: nix: Fix sandbox....* gnu/tests/package-management.scm: New file. * gnu/local.mk: Add this. * gnu/services/nix.scm (<nix-configuration>): New record. (nix-activation): Generate Nix config file which fixes sandbox. (nix-service-type): Add default value. (nix-shepherd-service): Allow provide Nix package. * doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>: Document record. Oleg Pykhalov 2020-06-25services: Add missing (ice-9 format) import....These issues were reported by -Wformat, though they were harmless in practice because importing (ice-9 format) changes the global 'format' binding currently. * gnu/services/nix.scm: Import (ice-9 format). * gnu/services/web.scm: Likewise. * gnu/system/mapped-devices.scm: Likewise. Ludovic Courtès