mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
* Allow string concatenations involving derivations, e.g.,
configureFlags = "--with-freetype2-library=" + freetype + "/lib";
This commit is contained in:
parent
cce31b739c
commit
6cecad2be0
8 changed files with 130 additions and 18 deletions
|
@ -1 +1 @@
|
|||
Str("foobar/a/b/c/d")
|
||||
Str("foobar/a/b/c/d/foo/xyzzy/foo.txt/../foo/x/y")
|
||||
|
|
|
@ -1 +1 @@
|
|||
"foo" + "bar" + toString (/a/b + /c/d)
|
||||
"foo" + "bar" + toString (/a/b + /c/d) + (/foo/bar + "/../xyzzy/." + "/foo.txt") + ("/../foo" + /x/y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue