aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-22 15:51:40 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-22 16:49:47 +0100
commit99b23eabdbb660b46403649997c3ed41aeab95bb (patch)
tree6d64bf50e4706cc68eca6bbadd38f2b77981d782 /README
parent363989e6689068daeca81b442358b183b7d983d1 (diff)
downloadguix-99b23eabdbb660b46403649997c3ed41aeab95bb.tar.gz
guix-99b23eabdbb660b46403649997c3ed41aeab95bb.zip
installer: Do not include the host (guix config).
Previously, "locales.drv" would depend on the host's (guix config). Thus, the derivation would depend on details of the user's installation. * gnu/installer.scm (not-config?): New procedure. (build-compiled-file): Pass it to 'source-module-closure' and use 'make-config.scm'.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
package converter....Ricardo Wurmus 2017-09-28import: Add package->code....Ricardo Wurmus 2017-09-22uuid: Add a parser for FAT32 UUIDs....Ludovic Courtès 2017-09-16guix system: Add 'search' command....Ludovic Courtès 2017-09-14uuid: Move tests to 'tests/uuid.scm'....Ludovic Courtès 2017-09-14uuid: Adjust tests....Ludovic Courtès 2017-09-14import: cpan: Adjust expected license in tests....Ludovic Courtès 2017-09-11substitute: Download from unauthorized sources that provide the right content....Ludovic Courtès 2017-09-11substitute: Make substitute URLs a SRFI-39 parameter....Ludovic Courtès 2017-08-24graft: Correctly replace references near the end of the scan buffer....Ludovic Courtès 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo 2017-08-20guix download: Support retrieving local file without the URI scheme....宋文武 2017-07-17gexp: 'ungexp-splicing' properly accounts for nested native inputs....Ludovic Courtès 2017-07-12syscalls: Add network-interface-running?...Danny Milosavljevic 2017-07-03discovery: Recurse into directories pointed to by a symlink....Ludovic Courtès 2017-06-26guix package: 'guix package -r PKG -u' does not upgrade PKG....Ludovic Courtès 2017-06-26profiles: Add 'manifest-transaction-removal-candidate?'....Ludovic Courtès 2017-06-22daemon: '--listen' can be passed several times, can specify TCP endpoints....Ludovic Courtès 2017-06-21environment: Disable profile collision checks....Ludovic Courtès 2017-06-21profiles: Catch and report collisions in the profile....Ludovic Courtès 2017-06-21profiles: Manifest entries keep a reference to their parent entry....Ludovic Courtès 2017-06-21profiles: Represent propagated inputs as manifest entries....Ludovic Courtès 2017-06-18import: pypi: Adjust URIs in tests....Ludovic Courtès 2017-06-18discovery: 'scheme-files' returns '() for a non-accessible directory....Ludovic Courtès 2017-06-16syscalls: Add 'scandir*'....Ludovic Courtès 2017-06-15guix: Add texlive importer....Ricardo Wurmus 2017-06-07import: cpan: Update CPAN importer to use MetaCPAN v1 API....James Richardson 2017-06-04daemon: Add '--timeout' and '--max-silent-time'....Ludovic Courtès 2017-06-02derivations: 'derivation-prerequisites-to-build' returns <substitutable>....Ludovic Courtès 2017-06-02derivations: 'substitution-oracle' returns a <substitutable>....Ludovic Courtès 2017-06-02tests: Remove 't-profile-alt-*-link' files....Ludovic Courtès 2017-05-31tests: Fix race condition in 'container-excursion*' test....Ludovic Courtès 2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'....Ludovic Courtès 2017-05-25modules: Raise an error when a dependency could not be found....Ludovic Courtès 2017-05-18publish: Fix narinfo rendering for already-compressed items....Ludovic Courtès 2017-05-18union: Gracefully handle dangling symlinks in the input....Ludovic Courtès 2017-05-13import: cran: Robustify cran-package?....Mathieu Othacehe