Commit Graph

32 Commits

Author SHA1 Message Date
Maciej Krüger
4904e3f5df dbeaver-bin: fix on case-sensitive fs 2024-11-08 14:50:19 +01:00
Maciej Krüger
bbf0e1231e dbeaver-bin: fix build on darwin, fixes #354475 2024-11-08 14:50:16 +01:00
Guillaume Desforges
100a0fa0af dbeaver: allow custom java -Xmx value
DBeaver has its Java heap size setting written in dbeaver.ini, which is
copied on install to $out/opt/dbeaver. This means that, to increase the
java heap size, it needs to happen in Nix build. This change proposes to
allow passing this setting to the function so that one can override it.
2024-11-01 17:56:06 +01:00
R. Ryantm
efb488de0c dbeaver-bin: 24.2.1 -> 24.2.3 2024-10-25 18:50:57 +00:00
Doron Behar
0f7e7b687e dbeaver-bin: don't depend on swt (not needed at all) 2024-10-13 21:35:37 +03:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06: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
R. Ryantm
74104294d0 dbeaver-bin: 24.2.0 -> 24.2.1 2024-09-23 03:45:12 +00:00
Maciej Krüger
4764ce9883
dbeaver-bin: add webkitgkt and glib-networking for webbrowser support (#336742) 2024-09-05 19:10:29 +02:00
R. Ryantm
a050855fb8 dbeaver-bin: 24.1.5 -> 24.2.0 2024-09-03 06:22:01 +00:00
Gutyina Gergő
9c9405d81a
dbeaver-bin: add webkitgkt and glib-networking for webbrowser support 2024-08-23 12:04:20 +02:00
Maciej Krüger
83c6f0d2f1
dbeaver-bin: 24.1.4 -> 24.1.5 2024-08-19 17:18:52 +02:00
Mauricio Scheffer
da69826d74 dbeaver-bin: fix crash at startup
Fixes #330889
2024-08-18 16:59:11 +01:00
R. Ryantm
cbe511af76 dbeaver-bin: 24.1.3 -> 24.1.4 2024-08-07 08:03:41 +00:00
Gutyina Gergő
662d615a81
dbeaver-bin: 24.1.2 -> 24.1.3 2024-07-22 11:14:12 +02:00
21CSM
8d7e6c6d0d
dbeaver-bin: 24.1.1 -> 24.1.2
dbeaver-bin: Update hashes
2024-07-09 01:40:36 -04:00
R. Ryantm
a20ba70b0b dbeaver-bin: 24.1.0 -> 24.1.1 2024-06-28 14:48:00 +00:00
Gutyina Gergő
41f0db20d9
dbeaver-bin: change order of attrs 2024-06-18 09:42:42 +02:00
Gutyina Gergő
cd0de861c5
dbeaver-bin: 24.0.5 -> 24.1.0 2024-06-18 09:27:46 +02:00
Gutyina Gergő
df044e4def
dbeaver: fix update script 2024-06-18 09:26:11 +02:00
yzx9
224aa24a1c
dbeaver-bin: add darwin support 2024-06-16 21:34:46 +08:00
Jan Tojnar
0421c816ba treewide: Simplify use of update-source-version
- `--ignore-same-version` allows us to not call it twice.
- with that, we can also omit version, to allow us updating e.g. `cargoDeps` hash
2024-06-09 20:33:23 +02:00
luoch
4082d7e115 dbeaver-bin: add wrapGAppsHook3 2024-05-27 16:35:09 +08:00
Gutyina Gergő
237485a9db
dbeaver-bin: fix aarch64 hash mismatch 2024-05-24 13:09:43 +02:00
Gutyina Gergő
07fd54a4a2
dbeaver-bin: add update script 2024-05-24 13:09:38 +02:00
Maciej Krüger
d616253e70
Merge pull request #313021 from r-ryantm/auto-update/dbeaver-bin
dbeaver-bin: 24.0.4 -> 24.0.5
2024-05-20 15:07:42 +02:00
Naxdy
e2f08e06d8
dbeaver-bin: add autoPatchelfHook 2024-05-20 08:38:40 +02:00
R. Ryantm
909a32d3c3 dbeaver-bin: 24.0.4 -> 24.0.5 2024-05-20 00:37:02 +00:00
Naxdy
1d1f1cdb90
dbeaver-bin: add .desktop file 2024-05-17 08:22:05 +02:00
Naxdy
f467be8e15
dbeaver-bin: wrap program to find openjdk17 2024-05-17 08:22:04 +02:00
Naxdy
9c253cdf5e
dbeaver-bin: install to $out/opt 2024-05-17 08:21:55 +02:00
Gutyina Gergő
d2c38c6b08
dbeaver-bin: init at 24.0.4 2024-05-16 21:14:59 +02:00