aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-05 22:01:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-27 17:03:09 +0100
commit80ac82d6abf6f1f73d3675c66d96185c2f02f55b (patch)
treea89465b0b984688a9fefd06cb8c91d0d694a6245 /gnu/packages/code.scm
parent591e2584082f996bd83e7bd03946138bdbb709b9 (diff)
downloadguix-80ac82d6abf6f1f73d3675c66d96185c2f02f55b.tar.gz
guix-80ac82d6abf6f1f73d3675c66d96185c2f02f55b.zip
gnu: Add python-pvextractor.
* gnu/packages/astronomy.scm (python-pvextractor): New variable. Change-Id: I43589099c662cd73ac234a8581be6a559d2ddd6c
Diffstat (limited to 'gnu/packages/code.scm')
0 files changed, 0 insertions, 0 deletions
'>2020-07-25services: nix: Add extra-options....* gnu/services/nix.scm (<nix-configuration>)[extra-options]: New field. (nix-shepherd-service): Add this. (nix-activation): Add new line to the end of /etc/nix/nix.conf file. * doc/guix.texi (Miscellaneous Services)[Nix service]: Document this. Oleg Pykhalov 2020-07-25services: nix: Fix typo....* gnu/services/nix.scm (<nix-configuration>): Fix typo. Oleg Pykhalov 2020-07-25services: 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