aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rust-apps.scm
Commit message (Collapse)AuthorAge
* gnu: tokei: Unbundle some dependencies.Efraim Flashner2020-01-21
| | | | | | | * gnu/packages/rust-apps.scm (tokei)[arguments]: Add custom phase to delete vendored sources and set environment variables. Remove rust-cc-1.0, rust-pkg-config-0.3, rust-toml-0.5 from cargo-inputs. [native-inputs]: Add libgit2, openssl, pkg-config, zlib.
* gnu: Add tokei.John Soo2020-01-21
| | | | | | * gnu/packages/rust-apps.scm (tokei): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-cbindgen: Update to 0.12.2.Efraim Flashner2020-01-15
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.12.2.
* gnu: rust-cbindgen: Remove extra input.Efraim Flashner2020-01-15
| | | | | * gnu/packages/rust-apps.scm (rust-cbindgen)[arguments]: Remove rust-autogen-0.1 from cargo-development-inputs.
* gnu: rust-cbindgen: Remove extra inputs.Efraim Flashner2020-01-02
| | | | | * gnu/packages/rust-apps.scm (rust-cbindgen)[arguments]: Remove all cargo-development-inputs except rust-autocfg-0.1.
* gnu: rust-cbindgen: Move to rust-apps.scmEfraim Flashner2020-01-02
| | | | | | * gnu/packages/rust-cbindgen.scm (rust-cbindgen): Move to ... * gnu/packages/rust-apps.scm: ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.
* gnu: Add ripgrep.John Soo2020-01-02
* gnu/packages/rust-apps.scm (ripgrep): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>