dannym pushed a commit to branch master
in repository guix.

commit 060366f6b311ee3e1a57290bb6a7785417e019b7
Author: Danny Milosavljevic <[email protected]>
Date:   Thu Sep 13 11:52:10 2018 +0200

    gnu: [email protected]: Inherit outputs.
    
    * gnu/packages/rust.scm (rust-1.23)[outputs]: Inherit.
---
 gnu/packages/rust.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 780c283..b053bdc 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -620,7 +620,6 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
     (name "rust")
     (version "1.23.0")
     (source (rust-source version 
"14fb8vhjzsxlbi6yrn1r6fl5dlbdd1m92dn5zj5gmzfwf4w9ar3l"))
-    (outputs '("out" "doc" "cargo"))
     (native-inputs
      `(("bison" ,bison) ; For the tests
        ("cmake" ,cmake)

Reply via email to