diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-02-22 19:02:16 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-22 22:11:37 +0100 |
| commit | b0fef4d660ca86fdda5749356fbc29a456e7a326 (patch) | |
| tree | 0073fe0d3d7f141ef699dce571c0d1fe97dd80d3 /tests/grafts.scm | |
| parent | 7adf9b8469f3f043e61d1c9614aea8abb63fb727 (diff) | |
grafts: 'name' parameter of 'graft-derivation' is now optional.
* guix/grafts.scm (graft-derivation): Name 'name' a keyword parameter.
* guix/packages.scm (package-derivation, package-cross-derivation):
Adjust accordingly.
* tests/grafts.scm ("graft-derivation"): Likewise.
* tests/packages.scm ("package-derivation, indirect grafts"): Likewise.
Diffstat (limited to 'tests/grafts.scm')
| -rw-r--r-- | tests/grafts.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grafts.scm b/tests/grafts.scm index c11403be19e..4a4122a3e98 100644 --- a/tests/grafts.scm +++ b/tests/grafts.scm | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | '(call-with-output-file %output | 59 | '(call-with-output-file %output |
| 60 | (lambda (port) | 60 | (lambda (port) |
| 61 | (display "fake mkdir" port))))) | 61 | (display "fake mkdir" port))))) |
| 62 | (graft (graft-derivation %store "graft" orig | 62 | (graft (graft-derivation %store orig |
| 63 | (list (graft | 63 | (list (graft |
| 64 | (origin %bash) | 64 | (origin %bash) |
| 65 | (replacement one)) | 65 | (replacement one)) |
