Commit graph

306 commits

Author SHA1 Message Date
Bernardo Meurer 42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Fabian Affolter cf8436e4cb meilisearch: update description 2023-02-23 04:03:40 -05:00
R. Ryantm c420236aaa meilisearch: 1.0.0 -> 1.0.1 2023-02-23 04:03:40 -05:00
happysalada b53bd4a5f0 qdrant: 0.11.2 -> 1.0.2 2023-02-23 04:01:54 -05:00
Artturin 226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm c5ff9f89c6 khoj: 0.2.5 -> 0.2.6 2023-02-15 20:48:34 +00:00
talyz 9e9007e45f
nixos/opensearch: Use DynamicUser and StateDirectory by default
...but still allow for setting `dataDir` to a custom path. This gets
rid of the use of the deprecated option PermissionsStartOnly. Also, add
the ability to customize user and group, since that could be useful
with a custom `dataDir`.
2023-02-15 16:38:24 +00:00
Soner Sayakci 4561785dfc
nixos/tests/opensearch: init 2023-02-14 20:00:27 +00:00
Soner Sayakci 14a114606a
opensearch: init at 2.5.0 2023-02-14 20:00:22 +00:00
Mostly Void ea95150082
khoj: init at 0.2.5 2023-02-07 19:09:21 +05:30
Thomas Gerbet e7e447a185 meilisearch: 0.30.5 -> 1.0.0
https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0
2023-02-06 14:30:08 -05:00
R. Ryantm 3c0bdfb539 zinc: 0.3.5 -> 0.3.6 2023-01-20 14:12:01 +08:00
R. Ryantm eae63548c3 meilisearch: 0.30.2 -> 0.30.5 2023-01-08 07:08:04 -05:00
Pavol Rusnak bc60f09f79
qdrant: unbreak on x86_64-darwin 2022-12-27 19:24:41 +01:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Fabian Affolter e212230b2d meilisearch: add changelog to meta 2022-12-10 11:24:57 -05:00
R. Ryantm 14fd1bf61c meilisearch: 0.30.0 -> 0.30.2 2022-12-10 11:24:57 -05:00
Jonathan del Strother ce042ea86f manticoresearch: support indexing mysql sources 2022-12-09 13:38:53 +00:00
Winter 0c4c1834d0 zinc: fix ui's npmDepsHash
This was written before #200470, but wasn't tested after it was merged, leading to the hash being incorrect.
2022-12-09 07:49:41 -05:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
Sandro 0c0281fcdf
Merge pull request #197566 from dit7ya/zincsearch 2022-12-07 01:34:33 +01:00
Mario Rodas 8baee78ef3
Merge pull request #203511 from divanorama/elasticsearch6_fix_build
elasticsearch6: add libxcrypt dependency to fix build
2022-11-29 09:39:39 -05:00
R. Ryantm b330de2e1a meilisearch: 0.29.2 -> 0.30.0 2022-11-29 08:41:24 -05:00
Dmitry Ivankov 18271606a2 elasticsearch6: add libcrypt dependency to fix build
glibc's libcrypt is deprecated and since
ff30c899d8
is built by default without libcrypt, that's probably the point when `elasticsearch6`
started failing with
```
auto-patchelf: 3 dependencies could not be satisfied
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/liblog4cxx.so.10
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libaprutil-1.so.0
error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by /nix/store/nd0gn95yfnnmnnw8zk2jnafc9gj2qy91-elasticsearch-6.8.21/modules/x-pack-ml/platform/linux-x86_64/lib/libapr-1.so.0
```

Let's add libxcrypt dependency, also note that `elasticsearch6-oss` doesn't
seem to need it.

Should resolve https://github.com/NixOS/nixpkgs/issues/203467

Extra note is elk6 may get removed from nixpkgs soon in favor of elk7
https://github.com/NixOS/nixpkgs/pull/194420
2022-11-28 21:59:18 +01:00
Mostly Void a79bf2bfea
zinc: init at 0.3.5 2022-11-18 23:12:44 +05:30
R. Ryantm 216e161b69 meilisearch: 0.29.1 -> 0.29.2 2022-11-16 11:37:28 -05:00
Mostly Void 68efd9293b
qdrant: 0.9.1 -> 0.11.2 2022-11-13 22:15:03 +05:30
Jonas Heinrich 93a2ebf4cd
Merge pull request #186112 from jdelStrother/manticore
manticoresearch: init at 5.0.3
2022-10-27 16:16:56 +02:00
Dmitriy Pleshevskiy 35da064ed5
sonic-server: init at 1.4.0 2022-10-25 21:36:26 +03:00
Jonathan del Strother f948d14139
manticoresearch: init at 5.0.3 2022-10-21 17:25:56 +01:00
Vladimír Čunát 00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
R. Ryantm ef0ed284ea meilisearch: 0.29.0 -> 0.29.1 2022-10-11 04:07:02 -04:00
Franz Pletz 47945f27bf
groonga: fix build with libxcrypt 2022-10-09 18:10:36 +02:00
R. Ryantm 0dd481b2ad meilisearch: 0.28.1 -> 0.29.0 2022-10-04 09:46:04 +09:00
R. Ryantm bf26135374 groonga: 12.0.6 -> 12.0.7 2022-09-01 16:47:47 +00:00
Mostly Void 09aee727ac
qdrant: init at 0.9.1 (#188617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 23:42:28 +02:00
Benno Bielmeier a4c43828e9 meilisearch: (Re-)enable nixos tests
Tests where disabled in 8931b86 due to errors caused by API changes of
meilisearch. Now as the tests are updated accordingly, they can be
reenabled.
2022-08-24 22:00:26 -04:00
happysalada f36a8ff7b8 meilisearch: 0.23.1 -> 0.28.1 2022-08-22 23:41:49 -04:00
Luc Perkins cbb9732ec2
meilisearch: mark as no longer broken on aarch64-darwin 2022-08-19 22:23:54 +03: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
Robert Scott 3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
happysalada 2a04d4cb5e lnx: init at unstable 2022-06-25 2022-06-25 20:48:34 -04:00
PedroHLC ☭ e827840ae5
elasticsearch-plugins: 7.16.1 -> 7.17.4 2022-06-04 12:10:07 -03:00
PedroHLC ☭ 8b4c4bf34f elk7: 7.16.1 -> 7.17.4 2022-06-03 11:11:06 -04:00
Robert Hensing c5d82eb1ab
Merge pull request #174939 from FliegendeWurst/nixos-tests
nixos/tests: various fixes
2022-05-31 16:31:06 +02:00
Rick van Schijndel 879d278253
treewide: pkgs/servers: mark broken for darwin 2022-05-30 13:42:58 +02:00
FliegendeWurst 19e4234f4c nixos/tests/meilisearch: fix curl invocation
Also replace the movies dataset with a direct download as
it is not present in newer meilisearch versions.

Link the NixOS test to the package.
2022-05-27 15:33:42 +02:00
Martin Weinelt eb270e849c
solr: remove maintainer, mark as vulnerable
The solr update in #161875 has gone nowhere sofar, while multiple CVEs
are lingering, which makes this a prime candidate to mark insecure.

The maintainer has indicated they wanted to remove themself, which has
not happened yet, so this takes care of that.

https://github.com/NixOS/nixpkgs/pull/161875#issuecomment-1058025102
2022-05-22 12:23:46 +02:00