aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcal.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-03-08 09:30:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-03-08 09:30:00 +0100
commitdaeb3cd98c6771b2e305d88de40aa833e772d181 (patch)
tree4966f208840c5a2570a2bb38b9d141e03faa1adb /gnu/packages/gcal.scm
parent183b6575e7f262470a5da2566d33b12d2968c1ca (diff)
downloadguix-daeb3cd98c6771b2e305d88de40aa833e772d181.tar.gz
guix-daeb3cd98c6771b2e305d88de40aa833e772d181.zip
gnu: r-genelendatabase: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-genelendatabase): Update to 1.18.0.
Diffstat (limited to 'gnu/packages/gcal.scm')
0 files changed, 0 insertions, 0 deletions
p Services): Update the upower service documentation. Christopher Baines 2019-02-16environment: Add '--inherit'....* guix/scripts/environment.scm (purify-environment): Add 'white-list' parameter and honor it. (create-environment): Add #:white-list parameter and honor it. (launch-environment): Likewise. (launch-environment/fork): Likewise. (show-help, %options): Add '--inherit'. (guix-environment): Define 'white-list' and pass it to 'launch-environment/fork'. * tests/guix-environment.sh: Test '--inherit'. * doc/guix.texi (Invoking guix environment): Document it. Ludovic Courtès 2019-02-13doc: Add a "Development" chapter....* doc/guix.texi (Managing Software the Guix Way): Add reference to the "Development" section. (Invoking guix environment, Invoking guix pack): Move to... (Development): ... here. New node. Ludovic Courtès 2019-02-13guix system: Add 'delete-generations'....* guix/scripts/package.scm (delete-matching-generations): Export. * guix/scripts/system.scm (show-help): Add 'delete-generations'. (process-command): Honor it. (guix-system): Support it. * doc/guix.texi (Invoking guix system): Document it. Ludovic Courtès 2019-02-12doc: Clarify channel file structure....Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/guix.texi (Channels): Clarify how a channel author should structure the files in their channel's Git repository. Chris Marusich 2019-02-09Merge branch 'staging'Ludovic Courtès 2019-02-08guix build: '--with-branch' & co. fetch submodules....* guix/scripts/build.scm (transform-package-source-branch)[replace]: Add 'recursive?' field to the new package. Ludovic Courtès 2019-02-07doc: Mention flag to get an ISO image....* doc/guix.texi (Building the Installation Image): Add '--file-system-type=iso9660'. Ludovic Courtès 2019-02-04doc: Document how to enable qemu binfmt service and how to use it....* doc/contributing.texi (Submitting Patches): Document how to enable qemu binfmt service and how to use it. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Danny Milosavljevic 2019-02-04doc: Show how to install Emacs, Guile, and Geiser....* doc/contributing.texi (The Perfect Setup): Show "guix package -i" command line. Ludovic Courtès 2019-02-01doc: Update left-over references to lsh....* doc/guix.texi (Using the Configuration System, Defining Services): Refer to OpenSSH instead of lsh. Tobias Geerinckx-Rice 2019-01-31Merge branch 'master' into stagingMarius Bakke 2019-01-28doc: Clarify 'sudo' vs. 'guix pull' and 'guix system reconfigure'....* doc/guix.texi (Proceeding with the Installation): Clarify use of "sudo" with "guix pull" and "guix system reconfigure". Ludovic Courtès 2019-01-26doc: Update bit about GUIX_LD_WRAPPER_ALLOW_IMPURITIES....This is a followup to d0a2db47fb550d684c47a0ae3b541a9a71727d9e. * doc/guix.texi (Application Setup)[The GCC toolchain]: Adjust bit about GUIX_LD_WRAPPER_ALLOW_IMPURITIES. Ludovic Courtès 2019-01-26doc: Switch from "GuixSD" to "Guix System"....* doc/guix.texi (Introduction): Add footnote about the change from "GuixSD" to "Guix System". Replace occurrences of "GuixSD" with "Guix System", "Guix", "system", or other appropriate phrases. Ludovic Courtès 2019-01-26doc: Make /dev/kvm note more visible....Suggested by Giovanni Biscuolo <g@xelera.eu>. * doc/guix.texi (Invoking guix system): Move note about /dev/kvm access to the beginning of the 'vm' action description. Ludovic Courtès 2019-01-25Merge branch 'master' into stagingRicardo Wurmus 2019-01-25weather: Add '--coverage'....* guix/scripts/weather.scm (show-help, %options): Add '--coverage'. (package-partition-boundary, package->output-mapping) (substitute-oracle, report-package-coverage-per-system) (report-package-coverage): New procedures. (guix-weather): Honor '--coverage'. * doc/guix.texi (Invoking guix weather): Document it. Ludovic Courtès 2019-01-23doc: Replace some cons* with beginner-friendly (append (list ...))....* doc/guix.texi (Base Services): Do it. Pierre Neidhardt 2019-01-23doc: Correct EFI-specific system configuration details....* doc/guix.texi (Preparing for Installation): /boot/efi is arbitrary. Mention /boot/efi consistently. (Proceeding with the Installation): Make it explicit that the EFI mount point must both be mounted and be specified in the system configuration. Pierre Neidhardt 2019-01-23Merge branch 'master' into stagingRicardo Wurmus 2019-01-22doc: Move "Package Modules" under "Programming Interface"....* doc/guix.texi (Package Modules): Move to... (Programming Interface): ... here. Turn into a section. Ludovic Courtès 2019-01-22doc: Move "Packaging Guidelines" under "Contributing"....* doc/guix.texi (Packaging Guidelines): Move to... * doc/contributing.texi (Packaging Guidelines): ... here. Turn into a section. Adjust references to "Contributing". Ludovic Courtès 2019-01-22doc: Move "System Installation" right after "Installation"....* doc/guix.texi (System Installation): Move right after "Installation". Ludovic Courtès 2019-01-22doc: Move sections under "GNU Distribution" one level higher....* doc/guix.texi (Introduction): Add note about Guix System. [Managing Software the Guix Way]: New section heading. [GNU Distribution]: New subsection of "Introduction". Mention "Guix System" rather than "GuixSD" and update the list of supported systems. (GNU Distribution): Remove as a chapter. (System Installation, System Configuration, Documentation) (Installing Debugging Files, Security Updates, Package Modules) (Packaging Guidelines, Bootstrapping, Porting): Turn these sections into chapters. Ludovic Courtès 2019-01-21store: Rename '&nix-error' to '&store-error'....* guix/store.scm (&nix-error): Rename to... (&store-error): ... this, and adjust users. (&nix-connection-error): Rename to... (&store-connection-error): ... this, and adjust users. (&nix-protocol-error): Rename to... (&store-protocol-error): ... this, adjust users. (&nix-error, &nix-connection-error, &nix-protocol-error): Define these condition types and their getters as deprecrated aliases. * build-aux/run-system-tests.scm, guix/derivations.scm, guix/grafts.scm, guix/scripts/challenge.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/scripts/offload.scm, guix/serialization.scm, guix/ssh.scm, guix/tests.scm, guix/ui.scm, tests/derivations.scm, tests/gexp.scm, tests/guix-daemon.sh, tests/packages.scm, tests/store.scm, doc/guix.texi: Adjust to use the new names. Ludovic Courtès 2019-01-20Merge branch 'master' into stagingLudovic Courtès 2019-01-17services: openssh: Add escape hatch....* gnu/services/ssh.scm (<openssh-configuration>)[extra-content]: New field. * doc/guix.texi (Networking Services): Document it. Ricardo Wurmus