efraim pushed a commit to branch master
in repository guix.

commit 4f963b6f29b850b1dcb1270cca3075417dc4962f
Author: Efraim Flashner <[email protected]>
Date:   Sun Jul 15 21:47:30 2018 +0300

    gnu: [email protected]: Don't make public.
    
    * gnu/packages/rust.scm ([email protected]): Don't make it a public variable.
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index bb6fea9..761f396 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -167,7 +167,7 @@ in turn be used to build the final Rust.")
     (snippet '(begin (delete-file-recursively "src/llvm") #t))
     (patches (map search-patch patches))))
 
-(define-public rust-1.19
+(define rust-1.19
   (package
     (name "rust")
     (version "1.19.0")

Reply via email to