mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +01:00
nonguix: Remove spurious getenv* export.
* nonguix/utils.scm: Do it.
This commit is contained in:
parent
9a3eaa442f
commit
27f17b5f5d
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
||||||
#:use-module (ice-9 textual-ports)
|
#:use-module (ice-9 textual-ports)
|
||||||
#:use-module (ice-9 popen)
|
#:use-module (ice-9 popen)
|
||||||
#:use-module (guix utils)
|
#:use-module (guix utils)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages))
|
||||||
#:export (getenv*))
|
|
||||||
|
|
||||||
(define-public (to32 package64)
|
(define-public (to32 package64)
|
||||||
"Build package for i686-linux.
|
"Build package for i686-linux.
|
||||||
|
|
Loading…
Reference in a new issue