Commit Graph

136 Commits

Author SHA1 Message Date
Nicolas Goudry
fd5b39ad6e
gitkraken: fix invalid darwin hash 2024-11-01 21:39:37 +01:00
Nicolas Goudry
3becc6bcb8
gitkraken: 10.4.0 -> 10.4.1 2024-10-23 22:23:51 +02:00
Nicolas Goudry
717c79a186
gitkraken: 10.3.0 -> 10.4.0 2024-10-02 10:57:40 +02:00
Artturin
976e5387d2 treewide: Fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
On cross
2024-09-27 18:48:26 +03: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
kirillrdy
07a86f7442
gitkraken: 10.2.0 -> 10.3.0 (#340940) 2024-09-10 18:35:56 +10:00
Nicolas Goudry
1b449528cc
gitkraken: 10.2.0 -> 10.3.0 2024-09-10 08:59:40 +02:00
Felix Buehler
bf74256b20 gitkraken: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Nicolas Goudry
155b654f24
gitkraken: nixfmt-rfc-style formatting 2024-08-10 00:37:29 +02:00
Nicolas Goudry
01542ebea5
gitkraken: 10.1.1 -> 10.2.0 2024-08-09 10:58:13 +02:00
Nicolas Goudry
85ee393d4c
gitkraken: 10.1.0 -> 10.1.1 2024-07-18 08:52:07 +02:00
Nicolas Goudry
837e30ad16
gitkraken: 10.0.2 -> 10.1.0 2024-07-10 09:44:55 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
iivusly
732c7006c5
gitkraken: add gitkraken darwin bin 2024-06-25 20:08:44 -07:00
Nicolas Goudry
194e1b6142
gitkraken: 10.0.1 -> 10.0.2 2024-06-05 14:30:19 +02:00
Nicolas Goudry
11f06daba6
gitkraken: 9.13.0 -> 10.0.1 2024-05-22 02:09:19 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
hacker1024
7114357d69 gitkraken: Respect NIXOS_OZONE_WL 2024-03-28 22:13:09 +11:00
Nicolas Goudry
c3777b85c5
gitkraken: 9.12.0 -> 9.13.0 2024-03-07 18:59:06 +01:00
Nicolas Goudry
c85fd10b82
gitkraken: 9.11.1 -> 9.12.0 2024-02-14 10:24:16 +01:00
éclairevoyant
a876becb8b
gitkraken: fix wrapper for non-gnome environments 2024-02-02 16:11:10 -05:00
Nicolas Goudry
0ecc683ee4
gitkraken: 9.10.0 -> 9.11.1
Release notes: https://help.gitkraken.com/gitkraken-client/current/#version-9-11-1
2024-01-23 15:36:15 +01:00
Nicolas Goudry
53c6ef9577
gitkraken: devendor git 2023-12-17 16:31:16 +01:00
Nicolas Goudry
84bb50caec
gitkraken: 9.9.2 -> 9.10.0 2023-12-09 10:03:04 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Weijia Wang
efba8b2336 gitkraken: fix runtime error on darwin 2023-10-24 05:28:10 +02:00
skorpy
a4c90e09f2 gitkraken: 9.5.1 -> 9.9.2
Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
2023-10-20 20:27:53 +02:00
Ryan Horiguchi
d280b8b7b7 gitkraken: 9.4.0 -> 9.5.1 2023-06-19 21:43:49 +02:00
Ryan Horiguchi
98f77faca4 gitkraken: 9.3.0 -> 9.4.0 2023-05-22 18:46:54 +02:00
Ryan Horiguchi
847dbc3d6d gitkraken: 9.2.1 -> 9.3.0 2023-04-12 19:22:12 +02:00
Ryan Horiguchi
5bb320c547
gitkraken: 9.1.1 -> 9.2.1 2023-03-19 14:50:39 +01:00
Ryan Horiguchi
da14312c42
gitkraken: 9.1.0 -> 9.1.1 2023-02-22 23:33:25 +01:00
Ryan Horiguchi
7846ebc605
gitkraken: 9.0.0 -> 9.1.0 2023-02-09 17:14:56 +01:00
Philipp Riederer
35e24243c3 gitkraken: fix broken interpreter after recent update
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-09 15:33:24 +01:00
Philipp Riederer
41299467cc gitkraken: 8.9.1 -> 9.0.0
closes #206227
2022-12-15 14:09:00 +01:00
Ryan Horiguchi
27a0edfd60
gitkraken: 8.8.0 -> 8.9.1 2022-09-15 13:23:48 +02:00
Ryan Horiguchi
b570988357
gitkraken: 8.6.0 -> 8.8.0 2022-08-12 00:22:49 +02:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Ryan Horiguchi
f78d79d578
gitkraken: 8.5.0 -> 8.6.0 2022-06-16 21:24:37 +02:00
Pavol Rusnak
ef50f067f7
Merge pull request #171043 from prusnak/curlWithGnuTls
treewide: refactor curlWithGnuTls into all-packages.nix
2022-05-25 17:18:07 +02:00
Ryan Horiguchi
0ab65882db
gitkraken: 8.4.0 -> 8.5.0 2022-05-18 23:18:30 +02:00
Pavol Rusnak
4b7a8ae947
treewide: refactor curlWithGnuTls into all-packages.nix 2022-04-30 18:56:59 +02:00
Ryan Horiguchi
e32344a937
gitkraken: 8.3.3 -> 8.4.0 2022-04-14 19:55:37 +02:00
Aleksander
ecacb5de41
gitkraken: 8.3.0 -> 8.3.3 (#162753) 2022-03-23 04:12:46 +01:00
Jonathan Dickinson
9db6c2c789
gitkraken: 8.2.1 -> 8.3.0 2022-02-28 15:15:30 -05:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Ryan Horiguchi
e2cc2c7f34
gitkraken: 8.2.0 -> 8.2.1 2021-12-22 14:48:52 +01:00
Ryan Horiguchi
311c7dada3
gitkraken: 8.1.1 -> 8.2.0 2021-12-15 01:21:39 +01:00
Ryan Horiguchi
4c053bd1f8
gitkraken: 8.1.0 -> 8.1.1 2021-11-20 13:51:31 +01:00
sternenseemann
2f78a2d3a3 Merge remote-tracking branch 'origin/master' into staging-next 2021-11-14 16:26:44 +01:00