summaryrefslogtreecommitdiff
path: root/gnu/packages/rust-apps.scm
Commit message (Collapse)AuthorAge
* fd: Install bash completion properly.Michael Rohleder2020-03-07
| | | | | | | * gnu/packages/rust-apps.scm (fd)[arguments]: Replace the dash in "bash-completion.d" with an underscore. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
* gnu: rust-cbindgen: Update to 0.13.1.Efraim Flashner2020-02-24
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
* gnu: ripgrep: Enable the 'pcre2' feature.Jakub Kądziołka2020-02-11
| | | | | | | | * gnu/packages/rust-apps.scm (ripgrep)[arguments]: Add '#:cargo-build-flags' to specify the feature. Replace 'install phase. [native-inputs]: Add pcre2, pkg-config. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ripgrep: Install the manpage.Jakub Kądziołka2020-02-11
| | | | | | | * gnu/packages/rust-apps.scm (ripgrep)[native-inputs]: Add asciidoc. [arguments]: Add 'install-manpage phase. Import (ice-9 match). Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-lazy-static-1: Set as reference to rust-lazy-static-1.4.Efraim Flashner2020-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-lazy-static-1): New variable. (rust-arc-swap-0.3, rust-bindgen-0.50, rust-bstr-0.2, rust-c2-chacha-0.2, rust-clap-2, rust-clicolors-control-1.0, rust-console-0.7, rust-criterion-0.2, rust-crossbeam-epoch-0.8, rust-crossbeam-epoch-0.7, rust-crossbeam-utils-0.7, rust-crossbeam-utils-0.6, rust-docopt-1.1, rust-encode-unicode-0.3, rust-findshlibs-0.5, rust-flame-0.2, rust-getrandom-0.1, rust-grep-cli-0.1, rust-hashbrown-0.5, rust-ignore-0.4, rust-indexmap-1.0, rust-insta-0.8, rust-nix-0.15, rust-nix-0.14, rust-nom-4.2, rust-odds-0.3, rust-once-cell-1.2, rust-openssl-0.10, rust-ordermap-0.3, rust-parking-lot-0.9, rust-parking-lot-0.8, rust-parking-lot-0.7, rust-proptest-0.9, rust-pulldown-cmark-0.4, rust-rayon-1.3, rust-rayon-1.1, rust-rayon-core-1.7, rust-rayon-core-1.5, rust-regex-1.3, rust-regex-1.1, rust-regex-0.2, rust-regex-automata-0.1, rust-schannel-0.1, rust-scoped-threadpool-0.1, rust-string-cache-0.7, rust-thread-local-1.0, rust-thread-local-0.3, rust-tokio-process-0.2, rust-tokio-reactor-0.1, rust-tokio-trace-core-0.2, rust-try-build-1.0, rust-ucd-parse-0.1, rust-wasm-bindegen-backend-0.2, rust-wasm-bindgen-futures-0.3): Use rust-lazy-static-1. * gnu/packages/rust-apps.scm (exa, fd, ripgrep, tokei): Same. * gnu/packages/gnome.scm (librsvg-next-source): Same.
* gnu: ripgrep: Update to 11.0.2.Jakub Kądziołka2020-02-08
| | | | | | | | | * gnu/packages/rust-apps.scm (ripgrep): Update to 11.0.2. [arguments]: Use rust-bstr-0.2 instead of rust-bstr-0.1. Add rust-jemallocator-0.3 to inputs. Remove unnecessary development-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add fd.John Soo2020-02-08
| | | | | | * gnu/packages/crates-io.scm (fd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-cbindgen: Update to 0.13.0.Efraim Flashner2020-02-06
| | | | * gnu/packages/crates-io.scm (rust-cbindgen): Update to 0.13.0.
* gnu: exa: Install extras.Efraim Flashner2020-02-06
| | | | | * gnu/packages/rust-apps.scm (exa)[arguments]: Add phase to install man page and shell completions.
* gnu: Add exa.John Soo2020-02-06
| | | | | | * gnu/packages/rust-apps.scm (exa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* build: cargo-build-system: Add pkg-config environment variables.Efraim Flashner2020-01-27
| | | | | | | | | * guix/build/cargo-build-system.scm (configure): Add environment variables to use system libgit2 and libssh2. * gnu/packages/crates-io.scm (rust-libgit2-sys-0.10, rust-libssh2-sys-0.2)[arguments]: Remove LIBGIT2 and LIBSSH2 environment variable settings. * gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
* gnu: rust-libz-sys-1.0: Remove vendored code.Efraim Flashner2020-01-27
| | | | | | | | | * gnu/packages/crates-io.scm (rust-libz-sys-1.0)[source]: Remove vendored code. [arguments]: Remove custom phase. (rust-libgit2-sys-0.10)[arguments]: Don't unvendor missing code. (rust-libssh2-sys-0.2)[arguments]: Same. * gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
* gnu: rust-libssh2-sys-0.2: Remove vendored code.Efraim Flashner2020-01-27
| | | | | | | | * gnu/packages/crates-io.scm (rust-libssh2-sys-0.2)[source]: Remove vendored code. [arguments]: Don't remove missing vendored code. (rust-libgit2-sys-0.10)[arguments]: Same. * gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
* gnu: rust-libgit2-sys-0.10: Remove vendored code.Efraim Flashner2020-01-27
| | | | | | | * gnu/packages/crates-io.scm (rust-libgit2-sys-0.10)[source]: Remove vendored code. [arguments]: Don't remove missing vendored code. * gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
* 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>