Commit graph

13 commits

Author SHA1 Message Date
tobim 4369705756
re2: fix for pkgsStatic (#110581)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-24 00:54:44 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Alexander Bakker 92fdbf824a re2: 20190401 -> 20201001 2020-10-07 16:59:09 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Robert Scott 6a1ade5fca re2: enable check, installCheck 2019-05-31 22:44:03 +01:00
Robert Scott 9ecdc72b36 re2: 20140304 -> 20190401 2019-05-31 22:25:43 +01:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
Daiderd Jordan 6058539272
re2: fix dylib library id 2017-09-09 15:10:03 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Mathijs Kwik 9e7c905d98 re2: upgrade to 20140304 2014-05-05 07:32:36 +02:00
Jaka Hudoklin f4b3007ef9 Add re2, an efficient, principled regular expression library 2013-08-22 10:08:07 +02:00