Franz Pletz
47945f27bf
groonga: fix build with libxcrypt
2022-10-09 18:10:36 +02:00
R. Ryantm
bf26135374
groonga: 12.0.6 -> 12.0.7
2022-09-01 16:47:47 +00:00
Mario Rodas
67c54e77be
groonga: 12.0.5 -> 12.0.6
2022-08-12 04:20:00 +00:00
R. Ryantm
833352d52c
groonga: 11.1.0 -> 12.0.5
2022-07-31 09:28:56 +00:00
Lassulus
fec97e511e
Merge pull request #150091 from r-ryantm/auto-update/groonga
...
groonga: 11.0.9 -> 11.1.0
2022-04-14 17:30:55 +01:00
R. Ryantm
6063283be1
groonga: 11.0.9 -> 11.1.0
2021-12-10 16:40:07 +00:00
Alyssa Ross
f404068903
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/servers/search/groonga/default.nix
2021-12-02 14:52:44 +00:00
Mario Rodas
f5e66f3627
groonga: 11.0.5 -> 11.0.9
2021-11-27 04:20:00 +00:00
toonn
8edba0e217
groonga: Switch to autoreconfHook
...
Use `autoreconfHook` rather than manually running `aclocal`.
Clarify removal of `version` file.
2021-11-24 15:17:13 -08:00
toonn
504b89e2d3
groonga: Fix LLVM 11 build by removing version file
2021-11-24 15:17:13 -08:00
R. RyanTM
fa1b0b5b51
groonga: 11.0.4 -> 11.0.5
2021-08-03 21:45:41 +00:00
R. RyanTM
1189d9253a
groonga: 11.0.3 -> 11.0.4
2021-06-30 19:06:21 +00:00
R. RyanTM
e84e4a5782
groonga: 11.0.2 -> 11.0.3
2021-05-31 19:00:09 +00:00
R. RyanTM
5546f01b5a
groonga: 11.0.1 -> 11.0.2
2021-05-17 13:37:49 -07:00
R. RyanTM
ab091a887c
groonga: 11.0.0 -> 11.0.1
2021-04-29 00:14:49 -04:00
R. RyanTM
bc6a191e26
groonga: 10.1.1 -> 11.0.0
2021-02-10 08:16:15 +00:00
R. RyanTM
25362ba6b3
groonga: 10.0.9 -> 10.1.1
2021-01-30 04:08:10 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +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
R. RyanTM
9a4257c2b6
groonga: 10.0.8 -> 10.0.9
2020-12-05 20:28:59 +00:00
R. RyanTM
f33e4b4a0c
groonga: 10.0.6 -> 10.0.8
2020-11-02 05:40:00 +00:00
R. RyanTM
83a2d3457c
groonga: 10.0.5 -> 10.0.6
2020-09-23 07:34:52 +00:00
R. RyanTM
20083fbd61
groonga: 10.0.4 -> 10.0.5
2020-08-03 20:34:27 +10:00
R. RyanTM
e44f38c844
groonga: 10.0.3 -> 10.0.4
2020-07-03 17:25:06 +00:00
R. RyanTM
58d2c8028c
groonga: 10.0.2 -> 10.0.3
2020-06-10 00:13:35 +00:00
R. RyanTM
21c9abc79e
groonga: 10.0.0 -> 10.0.2
2020-05-05 10:31:57 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
2d6afe6ba5
groonga: 9.1.2 -> 10.0.0
2020-03-29 19:59:16 +00:00
R. RyanTM
e20c780172
groonga: 9.1.1 -> 9.1.2
2020-02-08 08:33:39 +00:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
...
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
3d302c3fb0
groonga: 9.1.0 -> 9.1.1
2020-01-21 15:09:40 +00:00
R. RyanTM
a7949d813f
groonga: 9.0.9 -> 9.1.0
2019-12-08 02:31:09 -08:00
R. RyanTM
daf3aefb14
groonga: 9.0.8 -> 9.0.9
2019-11-01 20:19:35 -07:00
R. RyanTM
1f9fc456b4
groonga: 9.0.7 -> 9.0.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-10-22 10:16:56 +02:00
R. RyanTM
6e46d3bcbd
groonga: 9.0.6 -> 9.0.7 ( #69581 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-10-12 22:10:04 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
2d78a7ad36
groonga: 9.0.5 -> 9.0.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-08-19 04:17:54 -07: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
R. RyanTM
d798b5ee92
groonga: 9.0.4 -> 9.0.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-08-04 05:07:35 -07:00
Mario Rodas
d747b42af4
groonga: enable on darwin
2019-07-19 21:19:13 -05:00
R. RyanTM
f2068a3516
groonga: 9.0.3 -> 9.0.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-07-02 20:08:42 +02:00
R. RyanTM
925e62349e
groonga: 9.0.2 -> 9.0.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-06-01 13:10:29 -07:00
R. RyanTM
7d1c1f0801
groonga: 8.1.1 -> 9.0.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-04-30 17:50:24 -07:00
R. RyanTM
07f8621b6f
groonga: 8.1.0 -> 8.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-03-03 20:51:33 +01:00
R. RyanTM
2cf7cae450
groonga: 8.0.9 -> 8.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-01-03 09:26:03 -08:00
R. RyanTM
7c5bf040bb
groonga: 8.0.8 -> 8.0.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2018-12-15 20:28:12 -08:00
R. RyanTM
d8683675d9
groonga: 8.0.7 -> 8.0.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2018-11-09 18:30:01 -08:00
R. RyanTM
d8b9bf558a
groonga: 8.0.6 -> 8.0.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2018-10-03 11:54:18 -07:00