[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: Add missing exports.
From: |
Ludovic Courtès |
Subject: |
01/02: Add missing exports. |
Date: |
Tue, 27 Sep 2016 09:46:34 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit 3c185b24f593c982aeb33996324fa6878c6ed21b
Author: Ludovic Courtès <address@hidden>
Date: Tue Sep 27 11:20:40 2016 +0200
Add missing exports.
Reported by Taylan Ulrich Bayırlı/Kammer <address@hidden>
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.
---
gnu/system/file-systems.scm | 1 +
guix/build-system/python.scm | 2 ++
2 files changed, 3 insertions(+)
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 0dc472e..b51d57f 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -47,6 +47,7 @@
%binary-format-file-system
%shared-memory-file-system
%pseudo-terminal-file-system
+ %tty-gid
%immutable-store
%control-groups
%elogind-file-systems
diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm
index 705943e..adeceb4 100644
--- a/guix/build-system/python.scm
+++ b/guix/build-system/python.scm
@@ -33,6 +33,8 @@
#:export (%python-build-system-modules
package-with-python2
strip-python2-variant
+ default-python
+ default-python2
python-build
python-build-system
pypi-uri))