Commit graph

63 commits

Author SHA1 Message Date
R. Ryantm b760bfbde3 ripgrep: 14.0.3 -> 14.1.0 2024-01-07 15:32:26 +10:00
Colin 71b9377fab ripgrep: fix shell completions when cross compiling 2023-12-31 10:41:32 +00:00
Pol Dellaiera 9ecf38f085
Merge pull request #270521 from uninsane/pr-ripgrep-cross-14-0-1
ripgrep: fix cross compilation
2023-11-29 20:18:08 +01:00
Miguel Madrid-Mencía 9a583c7c83
ripgrep: 14.0.2 -> 14.0.3 (#270926) 2023-11-29 17:23:23 +01:00
zowoq e274d5a6c2 ripgrep: 14.0.1 -> 14.0.2
Diff: https://github.com/BurntSushi/ripgrep/compare/14.0.1...14.0.2
2023-11-28 13:30:28 +10:00
Colin 2319f134fb ripgrep: fix cross compilation 2023-11-27 23:45:23 +00:00
Sandro Jäckel 271a11a2d6 ripgrep: 13.0.0 -> 14.0.1 2023-11-27 15:52:08 +10:00
Paul Colomiets 366404a9d3 Remove tailhook from maintainers 2023-07-22 14:11:29 +03:00
figsoda 201d4b7c5c rustPlatform.buildRustPackage: make auditable the default 2023-03-26 22:47:06 -04:00
figsoda f053bc8339 ripgrep: make auditable 2022-12-05 18:46:00 -05:00
figsoda 4b8d8fc923 ripgrep: use buildFeatures 2021-11-16 08:11:46 -05:00
figsoda 682649cbc0 ripgrep: 12.1.1 -> 13.0.0 2021-06-12 13:59:14 -04:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Sandro 9cf8d0d22f
ripgrep: cleanup 2021-05-03 16:59:17 +02:00
legendofmiracles bed71fac10
ripgrep: add meta.mainProgram 2021-04-27 18:46:23 +02:00
Tim Steinbach d7e77e0202
ripgrep: Add PCRE2 check 2021-02-19 09:33:59 -05:00
Sandro 4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16 2021-02-19 13:27:03 +01:00
Sandro Jäckel 237b543c53
ripgrep: remove unused input 2021-02-18 22:25:45 +01:00
Tim Steinbach a54275ba76
ripgrep: Add installCheckPhase (#113621)
* ripgrep: Add installCheckPhase

Convert test removed in dd63561bcb
to an installCheckPhase

* Update pkgs/tools/text/ripgrep/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-18 21:08:03 +01:00
zowoq e0f6e514b1 ripgrep: remove passthru.tests
test was removed in dd63561bcb
2021-02-18 08:09:21 +10:00
Alyssa Ross d6fb31eb11
Revert "ripgrep: Set app program name"
This reverts commit 9fbcf91b3c.

Broke OfBorg's eval checks. :(
See <9fbcf91b3c (commitcomment-47236552)>.
2021-02-17 18:00:36 +00:00
Eelco Dolstra 9fbcf91b3c ripgrep: Set app program name
https://github.com/NixOS/nix/issues/4498
2021-02-17 17:57:09 +01:00
Daniël de Kok 797b60f0d7 ripgrep: link PCRE2 dynamically
The pcre2 crate which is used by ripgrep uses pkg-config to find the
path of the PCRE2 dynamic library. If the pkg-config or the library is
not found, PCRE2 will be built/linked statically.

This change adds pkg-config to the nativeBuildInputs of ripgrep, so
that the PCRE2 library is detected and dynamically linked.
2021-02-15 08:18:29 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tim Steinbach 05bf935bc6
ripgrep: Add test 2020-12-23 12:30:39 -05:00
zowoq 1399f780bb ripgrep: remove unnecessary reference to $src 2020-09-22 12:33:35 +10:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq 72fb771de9 ripgrep: add maintainer 2020-06-08 13:25:27 +10:00
zowoq b8cc67579d ripgrep: 12.1.0 -> 12.1.1
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1211-2020-05-29
2020-05-29 23:51:21 +10:00
Mario Rodas 8772cee9f9
ripgrep: 12.0.1 -> 12.1.0
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.0
2020-05-09 16:20:00 -05:00
Cole Helbling 21b5e7d6f6
ripgrep: improve robustness of build 2020-04-12 14:07:31 -07:00
zowoq 6d4749dede ripgrep: 12.0.0 -> 12.0.1
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1201-2020-03-29
2020-03-30 09:11:31 +10:00
zowoq ca0050e806 ripgrep: 11.0.2 -> 12.0.0
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1200-2020-03-15
2020-03-16 12:07:49 +10:00
Benjamin Hipple 9131efe52d tree-sitter: 0.15.7 -> 0.16.4
Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975,
and gets the web assembly portion to compile successfully.

Fixes #75863
2020-02-15 00:33:54 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Alyssa Ross 7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Lily Ballard cd3718281f ripgrep: 11.0.1 -> 11.0.2 2019-08-01 21:37:52 -07:00
Aria Edmonds 94e62564cb ripgrep: turn withPCRE2 on by default
This is set by default in archpkgs and debian repos, and would confuse
fewer new users.
2019-07-22 05:35:42 -04:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Vladyslav M f469313353
ripgrep: 11.0.0 -> 11.0.1 2019-04-16 23:27:05 +03:00
Lily Ballard 7946a284c2 ripgrep: 0.10.0 -> 11.0.0 2019-04-16 00:00:16 -07:00
Vladyslav M 3b4ab85f01 ripgrep: 0.9.0 -> 0.10.0 (#46331) 2018-09-08 14:21:25 +02:00
Vladyslav M 2ce2f721b8 ripgrep: 0.8.1 -> 0.9.0 (#44473) 2018-08-04 22:59:33 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladyslav M 70cc99005e ripgrep: 0.8.0 -> 0.8.1 2018-02-21 20:36:36 +02:00
dywedir d0501e96ba ripgrep: 0.7.1 -> 0.8.0, install shell completions 2018-02-13 15:58:13 +02:00
dywedir 9af922ac78 ripgrep: 0.6.0 -> 0.7.1 2017-10-23 11:01:52 +03:00