Commit Graph

1143 Commits

Author SHA1 Message Date
qubitnano
a126d5b36e
mongodb-7_0: fix avxSupport (#346979)
mozjs uses avx2 instructions in mongodb 7
2024-10-07 13:20:47 +02:00
Emily
1a53b400e5
mongodb: mongodb-5_0 -> mongodb-7_0; mongodb-5_0: drop; unifi: unifi7 -> unifi8; unifi{7,-video}: drop (#345625) 2024-10-07 01:38:54 +01:00
Emily
fd4f8ce9fc mongodb: remove patch to support i686
It’s explicitly excluded from the platforms list.
2024-10-06 22:47:42 +01:00
Emily
7d8fcc7420 mongodb-5_0: drop
See <https://www.mongodb.com/legal/support-policy/lifecycles>.
2024-10-06 22:47:42 +01:00
Emily
086676017e mongodb: mongodb-5_0 -> mongodb-7_0 2024-10-06 22:47:42 +01:00
OTABI Tomoya
fd59159f9e
cassandra: 4.1.2 -> 4.1.7 (#344832) 2024-10-06 17:24:29 +09:00
qubitnano
8315dc67e2 mongodb-7_0: init at 7.0.14 2024-09-27 15:14:37 -04:00
R. Ryantm
53733e14ed cassandra: 4.1.2 -> 4.1.7 2024-09-27 08:04:33 +00:00
Weijia Wang
ef02bdf42f
questdb: 8.1.0 -> 8.1.1 (#341739) 2024-09-27 00:09:49 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Wael Nasreddine
a5af82e680
aerospike: 7.1.0.5 -> 7.1.0.6 (#341828) 2024-09-18 23:02:58 -07:00
Aleksana
38aad8a814
cassandra: fix cqlsh not working (#335084) 2024-09-16 22:07:12 +08:00
Pierre Allix
ed4a1c2451 cassandra: try using python311 packages to fix failing tests 2024-09-16 13:37:26 +02:00
R. Ryantm
779b124cdf aerospike: 7.1.0.5 -> 7.1.0.6 2024-09-14 12:57:21 +00:00
R. Ryantm
6c149a3e9e questdb: 8.1.0 -> 8.1.1 2024-09-14 04:00:18 +00:00
Weijia Wang
c074e71f3e
questdb: 8.0.1 -> 8.1.0 (#327786) 2024-09-11 01:47:50 +02:00
Weijia Wang
5f62557a01
neo4j: 5.21.0 -> 5.22.0 (#328121) 2024-09-10 00:26:30 +02:00
Sandro
c7ff6d7c2f
mongodb: fix building with python312 (#338925) 2024-09-03 14:15:52 +02:00
qubitnano
a7db8e4b68 mongodb-5_0: 5.0.28 -> 5.0.29 2024-09-01 21:54:43 -04:00
qubitnano
864c720e58 mongodb: fix building with python312 2024-09-01 21:43:26 -04:00
R. Ryantm
47155b11ea ferretdb: 1.23.1 -> 1.24.0 2024-08-29 04:53:20 +00:00
Sebastián Mancilla
582727f3a9
Merge pull request #335663 from qubitnano/mongo6
mongodb-6_0: 6.0.16 -> 6.0.17
2024-08-25 23:40:07 -04:00
Sebastián Mancilla
c1c3be35f6
Merge pull request #335662 from qubitnano/mongo5
mongodb-5_0: 5.0.27 -> 5.0.28
2024-08-25 23:39:50 -04:00
Sandro
fed111332e
Merge pull request #334205 from risicle/ris-cassandra-source-provenance 2024-08-22 14:04:42 +02:00
Georges Dubus
0713f4eb03 apache-jena-fuseki: fix provided scripts
Fuseki provides a suite of utility scripts that don't need to be wrapped,
but that are broken by the wrapping because they look at their own name.

By only wrapping the actual fuseki binaries, we fix the issue.
2024-08-20 17:55:19 +02:00
qubitnano
c6f9c6c377 mongodb-6_0: 6.0.16 -> 6.0.17 2024-08-18 11:00:38 -04:00
qubitnano
98588514bd mongodb-5_0: 5.0.27 -> 5.0.28 2024-08-18 11:00:22 -04:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Pierre Allix
3876bf529f cassandra: fix cqlsh not working
Fixes #329864
2024-08-16 13:11:15 +02:00
Julien Malka
828c122130
Merge pull request #329898 from r-ryantm/auto-update/ferretdb
ferretdb: 1.22.0 -> 1.23.1
2024-08-15 19:30:49 +02:00
Nick Cao
96348cdc68
Merge pull request #334534 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.4 -> 7.1.0.5
2024-08-14 15:45:27 -04:00
Georges Dubus
e0d812b0a7 apache-jena-fuseki: 4.9.0 -> 5.1.0 2024-08-14 13:17:46 +02:00
R. Ryantm
ecf8f23f79 ferretdb: 1.22.0 -> 1.23.1 2024-08-14 07:04:46 +00:00
R. Ryantm
78351411ef aerospike: 7.1.0.4 -> 7.1.0.5 2024-08-14 04:06:15 +00:00
Robert Scott
46c3afb271 cassandra: add meta.sourceProvenance information 2024-08-12 19:48:45 +01:00
Peder Bergebakken Sundt
d4b7361c84
Merge pull request #311458 from TomaSajt/servers-toplevel-with
Remove usage of top-level `with lib;` from `pkgs/servers`
2024-08-08 22:50:56 +02:00
David McFarland
d3ca5027fa dotnet: use unpacked nuget packages 2024-07-31 00:47:14 -03:00
R. Ryantm
6b2255a2af aerospike: 7.1.0.3 -> 7.1.0.4 2024-07-28 12:32:39 +00:00
R. Ryantm
cef4449cd1 neo4j: 5.21.0 -> 5.22.0 2024-07-28 10:26:17 +00:00
R. Ryantm
ad5c690497 questdb: 8.0.1 -> 8.1.0 2024-07-26 22:47:47 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Martin Weinelt
a9d2968bc7
mongodb: fix stale scons override 2024-07-25 03:11:29 +02:00
Marcus Ramberg
064aae17eb
Merge pull request #325961 from qubitnano/mongodbpython
mongodb: pin scons to python311
2024-07-25 01:10:01 +02:00
Wael Nasreddine
ba8518d72b
Merge pull request #328195 from r-ryantm/auto-update/aerospike
aerospike: 7.1.0.2 -> 7.1.0.3
2024-07-22 14:54:15 -07:00
R. Ryantm
fe3dabff7f apache-jena: 5.0.0 -> 5.1.0 2024-07-19 00:58:07 +00:00
R. Ryantm
bf6ec079f6 aerospike: 7.1.0.2 -> 7.1.0.3 2024-07-18 14:49:30 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
qubitnano
6c879c9e5e mongodb: pin scons to python311
Building mongodb with python312 fails:

ModuleNotFoundError: No module named 'imp':
  File "/build/source/SConstruct", line 46:
    from buildscripts import moduleconfig
  File "/build/source/buildscripts/moduleconfig.py", line 30:
    import imp
2024-07-09 18:45:02 -04:00
Hakan Tunc
ca245981f5
influxdb2-cli: install shell completion
The influx command can generate completion scripts. This PR adds a
post-intall script to install these completions for bash & zsh.

Tested the functionality for aarch64-darwin with zsh.

`influx completion --help`

> NAME:
>     completion - Generates completion scripts
>
> USAGE:
>     completion [bash|zsh|powershell]
2024-07-04 09:10:22 -07:00