diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-09-06 23:05:26 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-06 23:22:10 +0200 |
| commit | 03763d6473bcd6c7a84bcc3a6aa7bc2d1ee1e44f (patch) | |
| tree | 4064a5a57f784a695cc12dc10068d6d8515fd8f2 | |
| parent | 5239f3d90841de767c86d0f3a7975b8d799d583d (diff) | |
profiles: Export <manifest-pattern> accessors.
* guix/profiles.scm (manifest-pattern-name, manifest-pattern-version)
(manifest-pattern-output): Export.
| -rw-r--r-- | guix/profiles.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm index ac2fa051b28..4a2ba1c2f49 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm | |||
| @@ -67,6 +67,9 @@ | |||
| 67 | 67 | ||
| 68 | manifest-pattern | 68 | manifest-pattern |
| 69 | manifest-pattern? | 69 | manifest-pattern? |
| 70 | manifest-pattern-name | ||
| 71 | manifest-pattern-version | ||
| 72 | manifest-pattern-output | ||
| 70 | 73 | ||
| 71 | manifest-remove | 74 | manifest-remove |
| 72 | manifest-add | 75 | manifest-add |
