Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
bde04503be surrealdb: 2.0.1 -> 2.0.2 2024-09-25 18:53:41 +00: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
running-grass
617b668318
surrealdb: 1.5.5 -> 2.0.1 2024-09-18 10:27:41 +08:00
Sirio Balmelli
142d8333bb
surrealdb: 1.5.4 -> 1.5.5
Remove patches added in b7ca9dc1 to fix 1.5.4 build on rust 1.80.1

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2024-09-12 21:32:40 +02:00
Gutyina Gergő
a6296a5e5e
surrealdb: fix build 2024-08-28 16:06:06 +02:00
Sirio Balmelli
b7ca9dc149
surrealdb: fix build
Patches build breakage on rust 1.80.1:

error[E0282]: type annotations needed for `Box<_>`

Upstream PR to the 1.x branch: https://github.com/surrealdb/surrealdb/pull/4565

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2024-08-21 09:19:49 +02:00
R. Ryantm
73b9e297fa surrealdb: 1.5.3 -> 1.5.4 2024-07-12 23:12:04 +02:00
R. Ryantm
8b61caa3f6 surrealdb: 1.5.2 -> 1.5.3 2024-06-14 15:26:01 +00:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
145900ec1a surrealdb: 1.5.1 -> 1.5.2 2024-06-06 18:38:09 +00:00
R. Ryantm
4c627d7adc surrealdb: 1.5.0 -> 1.5.1 2024-05-23 20:32:29 +00:00
R. Ryantm
d0b707950b surrealdb: 1.4.2 -> 1.5.0 2024-05-14 16:12:55 +00:00
Nikolay Korotkiy
e02a4df2ba
surrealdb: 1.3.1 → 1.4.2 2024-05-01 15:59:31 +04:00
Jonas Heinrich
f7709cf1b3 treewide: switch from rocksdb -> rocksdb_8_3 2024-04-22 13:02:14 +02:00
Nikolay Korotkiy
33f3c98822
surrealdb: migrate to by-name 2024-03-18 17:04:09 +04:00