From 5d87eb8cf64c606fe7c6744f910645b9350307e4 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 15 Jan 2020 09:58:25 +0200 Subject: gnu: rust-cc-1.0: Don't hide package. * gnu/packages/crates-io.scm (rust-cc-1.0)[arguments]: Skip build. Add rust-rayon-1.1 to cargo-inputs. Add rust-tempdir-0.3 to cargo-development-inputs. [properties]: Remove field. --- gnu/packages/crates-io.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0746ae91cd..7b47c309b2 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -1100,13 +1100,18 @@ used in argon2rs' bench suite.") (base32 "1zxzd559dbbf1iwdzmkj7czapzccs17kqqmsj9ayijpdix5rrbld")))) (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-rayon" ,rust-rayon-1.1)) + #:cargo-development-inputs + (("rust-tempdir" ,rust-tempdir-0.3)))) (home-page "https://github.com/alexcrichton/cc-rs") (synopsis "Invoke the native C compiler") (description "This package provides a build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rustcode.") - (properties '((hidden? . #t))) (license (list license:asl2.0 license:expat)))) -- cgit v1.2.3 1366abf462be'>treecommitdiff
path: root/gnu/packages/tcl.scm
AgeCommit message (Collapse)Author
2019-10-13gnu: tcl: Update home page.Marius Bakke
* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-22gnu: Add go-github.com-nsf-gothic.Julien Lepiller
* gnu/packages/tcl.scm (go-github.com-nsf-gothic): New variable.
2019-06-22gnu: Use license: prefix in tcl.scm.Julien Lepiller
* gnu/packages/tcl.scm: Use license: prefix in tcl.scm.
2019-03-01Merge branch 'staging' into core-updatesMarius Bakke
2019-02-25gnu: tcllib: Update to 1.19.Tobias Geerinckx-Rice
* gnu/packages/tcl.scm (tcllib): Update to 1.19.
2019-02-25gnu: tcllib: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/tcl.scm (tcllib)[source]: Hard-code NAME.
2019-02-09gnu: Tcl/Tk: Update to 8.6.9.Marius Bakke
* gnu/packages/tcl.scm (tcl): Update to 8.6.9. (tk): Update to 8.6.9.1. [source](uri): Use VERSION-PREFIX to take only the first three components.
2018-08-25Merge branch 'staging' into core-updatesMarius Bakke
2018-08-11Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice
The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
2018-08-11gnu: Use static & unversioned CPAN home pages.Tobias Geerinckx-Rice
Constructing home pages to be version-specific is not something we really want or do elsewhere, and interferers with mass updates like the one I'm about to make. * gnu/packages/glib.scm (perl-net-dbus-glib)[home-page]: Use canonical home page. * gnu/packages/perl-check.scm (perl-test-nowarnings, perl-test-output) (perl-test-simple, perl-test-tester)[home-page]: Likewise. * gnu/packages/perl.scm (perl-benchmark-timer, perl-clone) (perl-digest-sha1, perl-file-which, perl-getopt-tabular, perl-io-string) (perl-ipc-run3, perl-probe-perl, perl-regexp-common, perl-sys-cpu) [home-page]: Likewise. * gnu/packages/tcl.scm (perl-tk)[home-page]: Likewise. * gnu/packages/tls.scm (perl-net-ssleay)[home-page]: Likewise. * gnu/packages/web.scm (perl-www-curl)[home-page]: Likewise. * gnu/packages/xml.scm (perl-xml-dom)[home-page]: Likewise. * gnu/packages/xorg.scm (perl-x11-protocol-other)[home-page]: Likewise.
2018-07-16gnu: tk: Add symlink for 'wish' binary.Efraim Flashner
* gnu/packages/tcl.scm (tk)[arguments]: Add custom phase to create a symlink from 'wish' to 'wish8.6'. [home-page]: Use https.