Commit graph

61 commits

Author SHA1 Message Date
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
Jamie McClymont 694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
Luflosi b5545af4c9
kitty: 0.24.2 -> 0.24.4
https://github.com/kovidgoyal/kitty/releases/tag/v0.24.4
2022-03-04 14:52:30 +01:00
Luflosi 0c35cd1ddb
kitty: generate the newest version of the fish completion
Also change the command invocation to be consistent with the official documentation.
These changes were suggested by @page-down in https://github.com/NixOS/nixpkgs/pull/162215#issuecomment-1057969939. Thank you!
2022-03-04 14:52:29 +01:00
Luflosi 212c834fc3
kitty: change formatting of inputs 2022-03-04 14:52:29 +01:00
R. Ryantm 02ba965390 kitty: 0.24.1 -> 0.24.2 2022-02-04 00:21:32 +00:00
Zhong Jianxin 5025d2fcf9
kitty: Fix compilation on apple sdk 11
Closes https://github.com/NixOS/nixpkgs/pull/137512.
2022-01-08 13:44:08 +01:00
Luflosi aa1932ea7a
kitty: copy shell integration files into separate output
https://sw.kovidgoyal.net/kitty/build/#notes-for-linux-macos-packagers recommends to split kitty into three packages with kitty-shell-integration being the one that includes some files useful for the shell integration. We already use kitty.terminfo in Nixpkgs instead of kitty-terminfo but we can't use kitty.shell-integration instead of kitty-shell-integration because shell-integration is not a valid shell variable name. I named it kitty.shell_integration instead. This package can then be used by a future kitty nixos module that still needs to be created. Without this commit, kitty would modify the user's ~/.bashrc when using bash.
2022-01-08 13:44:08 +01:00
Luflosi 3bb443d5d9
kitty: 0.23.1 -> 0.24.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.23.1
A new dependency is needed.
Closes https://github.com/NixOS/nixpkgs/issues/153928.
2022-01-08 13:44:08 +01:00
Luflosi 6f7a433402
kitty: combine installPhase and postInstall phase 2022-01-08 13:44:07 +01:00
Artturin 58fda166ed kitty: fix fontconfig warning during tests 2021-10-31 13:57:39 +02:00
Luflosi b4038eacd8
kitty: 0.21.2 -> 0.23.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.23.1
Add the new dependencies required for building the documentation.
Also run the postInstall hook at the end of the installPhase instead of in the middle.
The URL of the changelog has changed slightly. The old one still works because of a redirect but it's better to use the new one directly.
2021-08-17 11:27:52 +02:00
R. RyanTM f5ca57b613 kitty: 0.21.1 -> 0.21.2 2021-06-29 00:27:07 +00:00
Luflosi f3cd158eac
kitty: 0.21.0 -> 0.21.1
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14 12:02:39 +02:00
Luflosi d11e9b1fe5
kitty: runHook preBuild and postBuild 2021-06-14 12:02:30 +02:00
Luflosi 9052ddec40
kitty: 0.20.3 -> 0.21.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.0
The patch is no longer needed.
2021-06-12 16:25:50 +02:00