David Craven <da...@craven.ch> skribis: > * gnu/packages/rust.scm (rustc): New variable. > > Co-authored-by: Eric Le Bihan <eric.le.bihan....@free.fr>
[...] > + (synopsis "Compiler for the Rust progamming language") > + (description "Rust is a systems programming language that runs blazingly > +fast, prevents segfaults, and guarantees thread safety.") Buzzwords! :-) “Rust … language with an efficient compiler, and it provides memory safety and thread safety guarantees.” > + (license (list license:asl2.0 license:expat)))) Please add a comment explaining whether this is “at the user’s choice” or rather a combination of licenses. OK with these changes. Thanks, Ludo’.