Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13239,6 +13239,12 @@ name = "Jakob Leifhelm"; keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ]; }; leiserfg = { email = "leiserfg@gmail.com"; github = "leiserfg"; githubId = 2947276; name = "Leiser Fernández Gallo"; }; leixb = { email = "abone9999+nixpkgs@gmail.com"; matrix = "@leix_b:matrix.org"; Loading pkgs/applications/terminal-emulators/kitty/themes.nix→pkgs/by-name/ki/kitty-themes/package.nix +0 −0 File moved. View file pkgs/applications/terminal-emulators/kitty/disable-test_ssh_bootstrap_with_different_launchers.patch→pkgs/by-name/ki/kitty/disable-test_ssh_bootstrap_with_different_launchers.patch +0 −0 File moved. View file pkgs/applications/terminal-emulators/kitty/fix-test_ssh_env_vars.patch→pkgs/by-name/ki/kitty/fix-test_ssh_env_vars.patch +0 −0 File moved. View file pkgs/applications/terminal-emulators/kitty/default.nix→pkgs/by-name/ki/kitty/package.nix +19 −3 Original line number Diff line number Diff line Loading @@ -49,26 +49,28 @@ nix-update-script, makeBinaryWrapper, autoSignDarwinBinariesHook, cairo, fetchpatch, }: with python3Packages; buildPythonApplication rec { pname = "kitty"; version = "0.39.1"; version = "0.40.0"; format = "other"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; tag = "v${version}"; hash = "sha256-Cgbs9tdEGKhDShNh3M8N1UdRJu4aMylr9xLOGLpDAZE="; hash = "sha256-c+u+lMuokDR8kWM0an3jFPC/qoK2RZTKqHZtfEnqtnM="; }; goModules = (buildGo123Module { pname = "kitty-go-modules"; inherit src version; vendorHash = "sha256-j5ToLPQeaf4xIaziBAROYZNvoaOx2TkTcuY95X4Neqc="; vendorHash = "sha256-gBEzW2k1HDDmg1P1t6u90Lf1lLe1IKGpF2T9iCA31qs="; }).goModules; buildInputs = Loading Loading @@ -109,6 +111,7 @@ buildPythonApplication rec { wayland dbus libGL cairo ]; nativeBuildInputs = Loading Loading @@ -156,6 +159,18 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Remove after 0.40.1 (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/6171ca6.patch"; hash = "sha256-OBB0YcgEYgw3Jcg+Dgus6rwQ4gGL6GMr6pd7m9CGq9k="; }) (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/8cbdd003e2.patch"; hash = "sha256-pKIJIqIdPfB4kQ6FtpYDumpgjJkMxoLT8fKzfgWYJnw="; }) ]; hardeningDisable = [ Loading Loading @@ -327,6 +342,7 @@ buildPythonApplication rec { rvolosatovs Luflosi kashw2 leiserfg ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13239,6 +13239,12 @@ name = "Jakob Leifhelm"; keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ]; }; leiserfg = { email = "leiserfg@gmail.com"; github = "leiserfg"; githubId = 2947276; name = "Leiser Fernández Gallo"; }; leixb = { email = "abone9999+nixpkgs@gmail.com"; matrix = "@leix_b:matrix.org"; Loading
pkgs/applications/terminal-emulators/kitty/themes.nix→pkgs/by-name/ki/kitty-themes/package.nix +0 −0 File moved. View file
pkgs/applications/terminal-emulators/kitty/disable-test_ssh_bootstrap_with_different_launchers.patch→pkgs/by-name/ki/kitty/disable-test_ssh_bootstrap_with_different_launchers.patch +0 −0 File moved. View file
pkgs/applications/terminal-emulators/kitty/fix-test_ssh_env_vars.patch→pkgs/by-name/ki/kitty/fix-test_ssh_env_vars.patch +0 −0 File moved. View file
pkgs/applications/terminal-emulators/kitty/default.nix→pkgs/by-name/ki/kitty/package.nix +19 −3 Original line number Diff line number Diff line Loading @@ -49,26 +49,28 @@ nix-update-script, makeBinaryWrapper, autoSignDarwinBinariesHook, cairo, fetchpatch, }: with python3Packages; buildPythonApplication rec { pname = "kitty"; version = "0.39.1"; version = "0.40.0"; format = "other"; src = fetchFromGitHub { owner = "kovidgoyal"; repo = "kitty"; tag = "v${version}"; hash = "sha256-Cgbs9tdEGKhDShNh3M8N1UdRJu4aMylr9xLOGLpDAZE="; hash = "sha256-c+u+lMuokDR8kWM0an3jFPC/qoK2RZTKqHZtfEnqtnM="; }; goModules = (buildGo123Module { pname = "kitty-go-modules"; inherit src version; vendorHash = "sha256-j5ToLPQeaf4xIaziBAROYZNvoaOx2TkTcuY95X4Neqc="; vendorHash = "sha256-gBEzW2k1HDDmg1P1t6u90Lf1lLe1IKGpF2T9iCA31qs="; }).goModules; buildInputs = Loading Loading @@ -109,6 +111,7 @@ buildPythonApplication rec { wayland dbus libGL cairo ]; nativeBuildInputs = Loading Loading @@ -156,6 +159,18 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Remove after 0.40.1 (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/6171ca6.patch"; hash = "sha256-OBB0YcgEYgw3Jcg+Dgus6rwQ4gGL6GMr6pd7m9CGq9k="; }) (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/8cbdd003e2.patch"; hash = "sha256-pKIJIqIdPfB4kQ6FtpYDumpgjJkMxoLT8fKzfgWYJnw="; }) ]; hardeningDisable = [ Loading Loading @@ -327,6 +342,7 @@ buildPythonApplication rec { rvolosatovs Luflosi kashw2 leiserfg ]; }; }