Commit Graph

76 Commits

Author SHA1 Message Date
R. Ryantm
d98b73e56e
kitty: 0.33.0 -> 0.33.1 2024-03-23 14:51:38 -04:00
leiserfg
af89ee5b68
kitty: 0.32.2 -> 0.33.0 2024-03-13 22:04:41 +01:00
Christopher Bayliss
1e221fd362 kitty: 0.32.1 -> 0.32.2 2024-02-15 09:18:13 +11:00
Adam Stephens
8cee71f2db
kitty: 0.32.0 -> 0.32.1
Changelog: https://sw.kovidgoyal.net/kitty/changelog/ https://github.com/kovidgoyal/kitty/blob/v0.32.1/docs/changelog.rst
2024-01-27 08:20:51 -05:00
Beisenherz, Steffen [CBC]
1dd21e0a1b
kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28
Updated the kitty-themes revision to use
2024-01-23 16:05:18 +01:00
kashw2
dddccde11a kitty: 0.31.0 -> 0.32.0 2024-01-20 09:59:40 +10:00
Mario Rodas
06915cf1fd
Merge pull request #266335 from adamcstephens/kitty/0.31.0
kitty: 0.30.1 -> 0.31.0
2023-11-10 07:48:59 -05:00
Adam Stephens
f0586fd50a
kitty: 0.30.1 -> 0.31.0 2023-11-08 21:36:49 -05:00
Adam Joseph
bc2d598878 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
OTABI Tomoya
51d261b0ae
Merge pull request #259187 from cafkafk/cafk-kitty
kitty: 0.30.0 -> 0.30.1
2023-10-06 18:56:16 +09:00
Christina Sørensen
b17c0fc96a
kitty: 0.30.0 -> 0.30.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-05 15:55:49 +02:00
Anderson Torres
275432f576 kitty-themes: unstable-2023-06-01 -> unstable-2023-09-15 2023-10-05 08:07:28 -03:00
kashw2
d13268ac8a kitty: 0.29.2 -> 0.30.0 2023-09-20 18:42:22 +10:00
Theodore Ni
b48037703b
kitty: no need to disable strictoverflow hardening 2023-08-26 14:08:52 -07:00
Austin Horstman
8f1e764551
treewide: add meta.mainProgram (#251487)
* skhd: add meta.mainProgram

* yabai: add meta.mainProgram

* kitty: add meta.mainProgram

* alacritty: add meta.mainProgram

* thunar: add meta.mainProgram

* looking-glass-client: add meta.mainProgram

* thunderbird: add meta.mainProgram

* ckb-next: add meta.mainProgram

* virt-manager: add meta.mainProgram

* gh: add meta.mainProgram
2023-08-26 15:03:52 +03:00
Nick Cao
39cf0a691c
Merge pull request #245735 from adamcstephens/kitty/0.29.2
kitty: 0.29.1 -> 0.29.2
2023-07-27 19:31:00 -06:00
Adam Stephens
8314d9f457
kitty: 0.29.1 -> 0.29.2 2023-07-27 09:20:04 -04:00
Victor Engmark
a9a032fa74 terminal-emulators/kitty: ShellCheck embedded scripts 2023-07-27 14:09:33 +12:00
github-actions[bot]
b6ae9ef2db
Merge master into staging-next 2023-07-20 06:01:21 +00:00
Adam Stephens
4ec2f8b213
kitty: 0.29.0 -> 0.29.1 2023-07-17 08:50:57 -04:00
Artturi
c831e7939f
Merge pull request #242905 from Artturin/gomodu1 2023-07-14 01:36:16 +03:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
Vladimír Čunát
b77e88f15c
Merge #243211: treewide: disable fortify3 flag on packages
...into staging-next
2023-07-13 10:09:54 +02:00
Theodore Ni
be0667a60b
kitty: disable fortify3 hardening flag 2023-07-12 20:38:24 -07:00
Adam Stephens
0fa2ff3871
kitty: 0.28.1 -> 0.29.0 2023-07-12 11:19:12 -04:00
Artturin
787af0f79f kitty: make possible to override goModules
go-modules name had to be changed to goModules so it becomes a env
var (bash vars can't contain -)

enables overriding the build without overriding configurePhase

```
pkgs.kitty.overrideAttrs (finalAttrs: previousAttrs: {
  name = "kitty-master";
  version = "master";
  src = pkgs.fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty";
    rev = "66a2efd191f98a1a5b3c2d4fdc9569204b445a2f";
    sha256 = "sha256-pJuhnJOjGBflHXOOYKrg9/e3c+VGEESZtfka84ARCd4=";
  };
  goModules = (pkgs.buildGoModule {
    pname = "kitty-go-modules";
    inherit (finalAttrs) src version;
    vendorHash = "sha256-eAovZ/7JnvXlnlFyt0skhYJ1Nrzy2XCpRlQvSmWCyaY=";
  }).go-modules;
})
```
2023-07-05 18:20:10 +03:00
Lin Jian
2c8500e8a8 kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01 2023-06-02 11:25:23 +00:00
Adam Stephens
eebc4d8864
kitty: 0.27.1 -> 0.28.1 2023-04-21 08:13:17 -04:00
Anderson Torres
3e29ae4159 kitty-themes: 2023-01-08 -> 2023-03-08 2023-03-12 14:42:55 -03:00
Anderson Torres
0871493aa5 kitty-themes: move to kitty directory 2023-03-12 14:42:55 -03:00
Adam Stephens
fa2feee9d4
kitty: 0.27.0 -> 0.27.1 2023-02-07 08:32:54 -05:00
Adam Stephens
527831c1e3 kitty: fix GOFLAGS typo to resolve go runtime dependency 2023-02-05 14:13:23 +10:00
Adam Stephens
c611a3428a kitty: build kitten statically and expose as output 2023-02-05 07:46:27 +10:00
Adam Stephens
9032311f3c kitty: 0.26.5 -> 0.27.0 2023-02-05 07:46:27 +10:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Malo Bourgon
3b1880dd14 kitty: Fix clone-in-kitty not working on bash >= 5.2 2023-01-17 10:04:21 -08:00
Malo Bourgon
3a150b7562 kitty: unbreak on x86_64-darwin 2023-01-16 11:23:07 -08:00
Adam Stephens
3126ef6a40
kitty: use apple_sdk_11 and mark as broken on x86_64-darwin 2022-12-30 09:19:38 -05:00
Adam Stephens
da48047d8f
kitty: add adamcstephens as maintainer 2022-12-30 09:18:22 -05:00
R. Ryantm
71b2fdc8dc kitty: 0.26.2 -> 0.26.5 2022-11-07 14:14:19 +00:00
Luflosi
c884134125
kitty: 0.25.2 -> 0.26.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.26.2
2022-10-03 13:46:34 +02:00
Vir Chaudhury
078ecdaf98
kitty: fix tests on darwin 2022-08-09 06:42:07 +08:00
Brian Leung
6bd65099b6
kitty: 0.25.1 -> 0.25.2 2022-06-13 18:32:04 -07:00
Brian Leung
b22c2113df
kitty: 0.25.0 -> 0.25.1 2022-05-31 20:09:56 -07:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Artturi
c1d9497b81
Merge pull request #170545 from malob/update-kitty
kitty: 0.24.4 -> 0.25.0
2022-05-28 04:21:37 +03:00
Malo Bourgon
41d4a16961 kitty: 0.24.4 -> 0.25.0 2022-05-27 10:32:25 -07:00
Infinidoge
dac52f7d71 kitty: remove xsel from inputs
The xsel depencency was dropped unstream, so it is no longer necessary
2022-05-17 22:17:13 -04:00
Artturin
f0eff1991c kitty: libGL doesn't have to be a propagatedBuildInputs
it was added in cec27ceabc and there is no
context of why its in propagatedBuildInputs
2022-05-08 19:39:53 +03:00
Malo Bourgon
49f75b1483 kitty: add patch to fix -stack_size flag issue on darwin 2022-04-01 10:16:52 -07:00