Commit Graph

27 Commits

Author SHA1 Message Date
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