mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
profiles: Export <manifest-pattern> accessors.
* guix/profiles.scm (manifest-pattern-name, manifest-pattern-version) (manifest-pattern-output): Export.
This commit is contained in:
parent
5239f3d908
commit
03763d6473
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ (define-module (guix profiles)
|
||||||
|
|
||||||
manifest-pattern
|
manifest-pattern
|
||||||
manifest-pattern?
|
manifest-pattern?
|
||||||
|
manifest-pattern-name
|
||||||
|
manifest-pattern-version
|
||||||
|
manifest-pattern-output
|
||||||
|
|
||||||
manifest-remove
|
manifest-remove
|
||||||
manifest-add
|
manifest-add
|
||||||
|
|
Loading…
Reference in a new issue