me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/guix
Maxim Cournoyer 47a6a938c3
utils: Add NIX_STORE_DIR as a candidate for the value of the store directory.
On the daemon side, nixStore gets set to the environment variable
NIX_STORE_DIR, else the environment variable NIX_STORE else the compile time
macro NIX_STORE_DIR (see the Settings::processEnvironment method in
nix/libstore/globals.cc).  When creating a build environment, it sets
NIX_STORE with the value computed as described above.  Hence, it's safer to
look for both NIX_STORE_DIR and NIX_STORE in (guix build utils), so that it
works in any context (build context or external context).

* guix/build/utils.scm (%store-directory): Consider both NIX_STORE_DIR and
NIX_STORE as environment variables.
2021-01-26 22:48:35 -05:00
..
build utils: Add NIX_STORE_DIR as a candidate for the value of the store directory. 2021-01-26 22:48:35 -05:00
build-system build-system/texlive: Allow specifying SVN references with a single component. 2021-01-14 09:02:11 -05:00
import import: elpa: Updater gracefully handles missing upstream data. 2021-01-07 12:08:40 +01:00
scripts Merge branch 'staging' into 'core-updates'. 2021-01-13 23:45:53 -05:00
store Merge branch 'staging' into 'core-updates'. 2021-01-13 23:45:53 -05:00
tests
android-repo-download.scm
avahi.scm avahi: Remove poll timeout when possible. 2020-12-20 10:40:57 +01:00
base16.scm
base32.scm
base64.scm
build-system.scm
bzr-download.scm
cache.scm
channels.scm channels: Expose the default channel in %default-channel. 2020-11-28 00:06:14 +01:00
ci.scm ci: Add "evaluation" method. 2020-12-07 16:15:55 +01:00
colors.scm
combinators.scm
config.scm.in
cpio.scm linux-initrd: Add special-file->cpio-header*. 2020-11-22 11:03:31 +01:00
cve.scm
cvs-download.scm
d3.v3.js graph: Install JavaScript files. 2021-01-04 23:54:16 +01:00
deprecation.scm
derivations.scm
describe.scm
diagnostics.scm
discovery.scm
docker.scm
download.scm download: Update ImageMagick mirror list. 2020-12-13 01:05:57 +01:00
elf.scm
ftp-client.scm
gexp.scm Merge branch 'staging' into 'core-updates'. 2021-01-13 23:45:53 -05:00
git-authenticate.scm
git-download.scm
git.scm git: 'reference-available?' handles short commit IDs. 2020-12-04 23:45:09 +01:00
glob.scm guix: Add globstar support. 2020-12-09 22:25:17 +01:00
gnu-maintenance.scm
gnupg.scm
grafts.scm
graph.js graph: Install JavaScript files. 2021-01-04 23:54:16 +01:00
graph.scm graph: Install JavaScript files. 2021-01-04 23:54:16 +01:00
hg-download.scm guix: hg-download: Add hg-predicate. 2020-11-14 10:27:00 +00:00
http-client.scm substitute: Cache and reuse connections while substituting. 2020-12-08 22:30:08 +01:00
i18n.scm
inferior.scm maint: Require Guile >= 2.2.6. 2020-12-19 23:25:01 +01:00
licenses.scm
lint.scm upstream: Make the 'updaters' parameter optional. 2021-01-07 12:08:41 +01:00
man-db.scm
memoization.scm
modules.scm
monad-repl.scm
monads.scm maint: Require Guile >= 2.2.6. 2020-12-19 23:25:01 +01:00
nar.scm database: Remove #:deduplicate? from 'register-items'. 2020-12-15 17:32:11 +01:00
openpgp.scm
packages.scm packages: 'patch-and-repack' returns a directory when given a directory. 2021-01-18 15:55:14 +01:00
pki.scm
profiles.scm profiles: Delete duplicate manifest entries in packages->manifest. 2020-12-07 12:48:26 +01:00
profiling.scm
progress.scm status: Do not emit ANSI escapes when stderr is not a tty. 2020-12-18 16:13:39 +01:00
quirks.scm
records.scm
remote.scm
repl.scm
scripts.scm Discover extensions via GUIX_EXTENSIONS_PATH. 2021-01-05 23:58:21 +01:00
search-paths.scm
self.scm graph: Install JavaScript files. 2021-01-04 23:54:16 +01:00
serialization.scm daemon: Delegate deduplication to 'guix substitute'. 2020-12-19 23:25:01 +01:00
sets.scm
ssh.scm ssh: Use 'guix repl' instead of 'guile'. 2020-12-23 16:03:32 +01:00
status.scm status: Do not emit ANSI escapes when stderr is not a tty. 2020-12-18 16:13:39 +01:00
store.scm store: Fix ensure-path docstring. 2020-11-23 14:10:34 +01:00
svn-download.scm
swh.scm
tests.scm
transformations.scm transformations: Add '--with-patch'. 2020-12-27 17:23:40 +01:00
ui.scm ui: Fix order of match clauses. 2021-01-07 18:10:58 +01:00
upstream.scm upstream: Make the 'updaters' parameter optional. 2021-01-07 12:08:41 +01:00
utils.scm Merge branch 'staging' into 'core-updates'. 2021-01-13 23:45:53 -05:00
workers.scm