guix/src
Eelco Dolstra 5f18cd2e84 Make "${./path} ..." evaluate to a string, not a path
Wacky string coercion semantics caused expressions like

  exec = "${./my-script} params...";

to evaluate to a path (‘/path/my-script params’), because
anti-quotations are desuged to string concatenation:

  exec = ./my-script + " params...";

By constrast, adding a space at the start would yield a string as
expected:

  exec = " ${./my-script} params...";

Now the first example also evaluates to a string.
2013-02-08 20:04:04 +01:00
..
boost
bsdiff-4.3
libexpr Make "${./path} ..." evaluate to a string, not a path 2013-02-08 20:04:04 +01:00
libmain On SQLITE_BUSY, wait a random amount of time 2012-12-11 11:49:42 +01:00
libstore Only warn about SQLite being busy once 2013-01-23 16:45:10 +01:00
libutil Remove tabs 2013-01-03 13:00:46 +01:00
nix-daemon nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings 2012-12-20 18:41:44 +01:00
nix-env Allow setting the profile location using $NIX_PROFILE 2012-12-12 16:01:46 +01:00
nix-hash When ‘--help’ is given, just run ‘man’ to show the manual page 2012-10-03 16:40:09 -04:00
nix-instantiate nix-instantiate: Fix read-only evaluation 2012-11-26 17:41:10 +01:00
nix-log2xml
nix-setuid-helper
nix-store Support the colonies 2013-01-30 18:50:58 +01:00
Makefile.am Rename nix-worker to nix-daemon 2012-10-03 17:59:23 -04:00