mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Add missing exports.
Reported by Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2016-09/msg01686.html>. * gnu/system/file-systems.scm (%tty-gid): Export. * guix/build-system/python.scm (default-python, default-python2): Export.
This commit is contained in:
parent
9ad0965228
commit
3c185b24f5
2 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@ (define-module (gnu system file-systems)
|
||||||
%binary-format-file-system
|
%binary-format-file-system
|
||||||
%shared-memory-file-system
|
%shared-memory-file-system
|
||||||
%pseudo-terminal-file-system
|
%pseudo-terminal-file-system
|
||||||
|
%tty-gid
|
||||||
%immutable-store
|
%immutable-store
|
||||||
%control-groups
|
%control-groups
|
||||||
%elogind-file-systems
|
%elogind-file-systems
|
||||||
|
|
|
@ -33,6 +33,8 @@ (define-module (guix build-system python)
|
||||||
#:export (%python-build-system-modules
|
#:export (%python-build-system-modules
|
||||||
package-with-python2
|
package-with-python2
|
||||||
strip-python2-variant
|
strip-python2-variant
|
||||||
|
default-python
|
||||||
|
default-python2
|
||||||
python-build
|
python-build
|
||||||
python-build-system
|
python-build-system
|
||||||
pypi-uri))
|
pypi-uri))
|
||||||
|
|
Loading…
Reference in a new issue