Commit Graph

704 Commits

Author SHA1 Message Date
github-actions[bot]
22e89a1418
Merge staging-next into staging 2023-06-23 00:03:31 +00:00
figsoda
08b159c92d rio: don't use lib.optional with a list 2023-06-22 19:44:05 -04:00
github-actions[bot]
74d0f1c452
Merge staging-next into staging 2023-06-21 00:03:02 +00:00
Otavio Salvador
27543eeb80 rio: 0.0.6.1-unstable-2023-06-18 -> 0.0.7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-20 12:48:50 -03:00
github-actions[bot]
535ef0a591
Merge staging-next into staging 2023-06-19 18:02:35 +00:00
Thiago Kenji Okada
58c54767a1
Merge pull request #237664 from otavio/init-rio
rio: init at 0.0.6.1+2023-06-18
2023-06-19 14:03:16 +00:00
Otavio Salvador
0998d4e4e2 rio: init at 0.0.6.1+2023-06-18
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-06-19 09:07:47 -03:00
github-actions[bot]
81a9b5cb82
Merge staging-next into staging 2023-06-18 12:02:15 +00:00
Sergei Trofimovich
15a51db1a9
Merge pull request #237121 from trofi/xterm-update
xterm: 380 -> 382
2023-06-14 09:20:50 +01:00
Thiago Franco de Moraes
6bf7b51fb8
blackbox-terminal: 0.13.1 -> 0.13.2 2023-06-13 18:35:57 -03:00
Sergei Trofimovich
69cd4fe5ea xterm: 380 -> 382
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_382
2023-06-10 23:21:16 +01:00
Tobias Mayer
324c3bc11e ctx: 0.pre+date=2021-10-09 -> unstable-2023-06-05 2023-06-10 21:40:26 +00:00
rnhmjoj
c05f72e9ba
rxvt-unicode: 9.30 -> 9.31 2023-06-08 16:36:24 +02:00
Weijia Wang
f3e5af3683 alacritty: unbreak on darwin 2023-06-05 11:09:19 +03:00
Lin Jian
2c8500e8a8 kitty-themes: unstable-2023-03-08 -> unstable-2023-06-01 2023-06-02 11:25:23 +00:00
Dennis Gosnell
e67ee61803
roxterm: remove cdepillabout as maintainer 2023-06-02 07:45:17 +09:00
github-actions[bot]
a2cd4a67fd
Merge master into staging-next 2023-05-26 12:01:27 +00:00
Weijia Wang
5bafafe369 treewide: microsoft_gsl -> microsoft-gsl 2023-05-26 13:43:45 +03:00
Weijia Wang
7eb8a11448
Merge pull request #231979 from r-ryantm/auto-update/xterm
xterm: 379 -> 380
2023-05-24 00:34:05 +03:00
Nick Cao
3d314e82d0
Merge pull request #233388 from wahjava/update-alacritty
alacritty: 0.12.0 -> 0.12.1
2023-05-22 20:32:54 -06:00
Weijia Wang
a77146528d
Merge pull request #233114 from r-ryantm/auto-update/xst
xst: 0.8.4.1 -> 0.9.0
2023-05-23 00:29:57 +03:00
Ashish SHUKLA
a0765981b7
alacritty: 0.12.0 -> 0.12.1 2023-05-22 16:01:05 +02:00
Nikolay Mokrinsky
6a18e4b8a4
wezterm: fix darwin build 2023-05-21 18:31:05 +04:00
R. Ryantm
4bf9a6a42e xst: 0.8.4.1 -> 0.9.0 2023-05-20 23:54:41 +00:00
Doron Behar
0e5c0c5e64 mlterm: disable fb gui due to mlconfig tool issue 2023-05-19 16:20:05 +03:00
R. Ryantm
c6121c157c xterm: 379 -> 380 2023-05-15 05:37:09 +00:00
Ryan Hendrickson
8be79ddf0a tilix: fix build issue with ldc 1.31+ 2023-05-11 22:14:15 -04:00
Alyssa Ross
ecc1ec2c72 llvmPackages_latest: move to aliases.nix
Because llvmPackages_latest is used in Nixpkgs, by quite a few
packages, it's difficult to keep it up to date, because updating it
requires some level of confidence that every package that uses it is
going to keep working after the update.  The result of this is that
llvmPackages_latest is not updated, and so we end up in the situation
that "latest" is two versions older than the latest version we
actually provide.  This is confusing and unexpected.

"But won't this end up fragmenting our LLVM versions, if every package
previously using _latest is separately pinned to LLVM 14?", I hear you
ask.  No.  That fragmentation is already happening, even with an
llvmPackages_latest, because packages that actually require the
_latest_ version of LLVM (15/16), have already been decoupled from
llvmPackages_latest since it hasn't been upgraded.  So like it or not,
we can't escape packages depending on specific recent LLVMs.  The only
real fix is to get better at keeping the default LLVM up to
date (which I'm reasonably confident we're getting into a better
position to be feasibly better able to do).

So, unless we want to double down on providing a confusingly named
"llvmPackages_latest" attribute that refers to some arbitrary LLVM
version that's probably not the latest one (or even the latest one
available in Nixpkgs), we only have two options here: either we don't
provide such an attribute at all, or we don't use it in Nixpkgs so we
don't become scared to bump it as soon as we have a new LLVM available.
2023-05-08 13:05:33 +00:00
Dawid Dziurla
3fd093ef5b terminator: 2.1.2 -> 2.1.3 2023-04-24 18:54:46 +02:00
Alyssa Ross
6062acb728 havoc: enable parallel building
Tested at -j4.
2023-04-22 09:38:21 -03:00
Alyssa Ross
6d70a4116d havoc: fix cross
Uses literal "pkg-config" rather than $PKG_CONFIG, but that's fine,
because the only thing it uses for is wayland-protocols, which is
architecture-independent, so we just move it into nativeBuildInputs
and get pkg-config from pkgsBuildBuild.
2023-04-22 09:38:21 -03:00
Lily Foster
8878d8199a
Merge pull request #226297 from adamcstephens/kitty/0.28.0
kitty: 0.27.1 -> 0.28.1
2023-04-21 10:13:16 -04:00
Adam Stephens
eebc4d8864
kitty: 0.27.1 -> 0.28.1 2023-04-21 08:13:17 -04:00
Doron Behar
66d6ebe593 mlterm: enable to configure many build features declaratively 2023-04-21 13:04:16 +03:00
Doron Behar
a4f65246a0 mlterm: cleanup Cocoa unused input 2023-04-18 21:06:48 +03:00
Doron Behar
c5a159637d mlterm: add doronbehar as maintainer 2023-04-18 21:06:42 +03:00
Doron Behar
0f6857d433 mlterm: desktopItem: update attributes to remove warnings
Remove deprecated `Application` category and make `comment` different
then `name`.
2023-04-18 21:05:36 +03:00
Weijia Wang
1df6c2d148 havoc: 0.4.0 -> 0.5.0 2023-04-17 23:24:53 -03:00
Sandro
7ecb9bdf1e
Merge pull request #225428 from mimame/update-wezterm-20230408 2023-04-16 02:32:39 +02:00
Weijia Wang
40dc2b6f7a
Merge pull request #225548 from Atemu/mlterm-darwin-fixes
mlterm: darwin fixes
2023-04-13 10:36:00 +03:00
Atemu
f5ee73c1b7 mlterm: remove vrthra from maintainers 2023-04-12 10:24:52 +02:00
Atemu
45393fdf99 mlterm: clean up libssh support
openssl is not necessary as a direct dep and we no longer need the linker magic.
2023-04-12 10:24:52 +02:00
Atemu
8655687b5b mlterm: support all platforms
This app can run on pretty much anything. Windows, BSDs, Solaris, Android,
Haiku; you name it.
2023-04-12 09:59:00 +02:00
Atemu
1c76b01386 mlterm: enable libvte on darwin 2023-04-12 09:59:00 +02:00
Atemu
fefba1a6de mlterm: unbreak darwin 2023-04-12 09:58:56 +02:00
github-actions[bot]
ace14e0119
Merge master into staging-next 2023-04-10 18:01:11 +00:00
Bernardo Meurer
0e18148bb0
Merge pull request #224829 from sternenseemann/foot-1.14.0 2023-04-10 06:24:50 -07:00
github-actions[bot]
2ea027a913
Merge master into staging-next 2023-04-10 00:02:09 +00:00
Atemu
89ec2cbc86 mlterm: 3.9.2 -> 3.9.3 2023-04-09 17:37:08 -03:00
Atemu
d0538f6287 mlterm: enableParallelBuilding 2023-04-09 17:37:08 -03:00
Atemu
c97c59b877 mlterm: indent 2023-04-09 17:37:08 -03:00
Miguel Madrid-Mencía
044ef569b8
wezterm: 20230326-111934-3666303c -> 20230408-112425-69ae8472 2023-04-09 16:12:28 +02:00
Vladimír Čunát
fd77cd7a01
Merge branch 'master' into staging-next
Indentation conflict in vulkan-related src fetches.
2023-04-08 11:33:08 +02:00
Adam Joseph
af32997ae4 alacritty: fix cross
This commit fixes cross compilation of alacritty by:

1. If xdg-utils.meta.broken (see
   https://github.com/NixOS/nixpkgs/pull/225112#issuecomment-1500354929),
   late-bind it via runtime $PATH rather than compile-time
   reference.

2. Use `$STRIP` instead of `strip`
2023-04-07 13:45:32 -07:00
Vladimír Čunát
b856c0f8f4
Merge #218143: GNOME: 43 → 44
...into staging-next
2023-04-07 16:09:13 +02:00
Jan Tojnar
5d796ac124 gnome-console: 44.beta → 44.0
https://gitlab.gnome.org/GNOME/console/-/compare/44.beta...44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:36:35 +02:00
Jan Tojnar
91847b3c94 gnome-console: 43.0 → 44.beta
https://gitlab.gnome.org/GNOME/console/-/compare/43.0...44.beta

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:34:59 +02:00
sternenseemann
bff6885e60 foot: 1.13.1 -> 1.14.0
https://codeberg.org/dnkl/foot/releases/tag/1.14.0
2023-04-05 17:04:23 +02:00
figsoda
63b9aeed13
Merge pull request #223320 from figsoda/auditable 2023-03-27 19:32:02 -04:00
Bernardo Meurer
d388bd7db4
Merge pull request #223063 from e1mo/alacritty-v0-12-0 2023-03-27 12:39:51 -03:00
Miguel Madrid-Mencía
147e04f2c8
wezterm: 20230320-124340-559cb7b0 -> 20230326-111934-3666303c 2023-03-27 12:01:28 +02:00
figsoda
201d4b7c5c rustPlatform.buildRustPackage: make auditable the default 2023-03-26 22:47:06 -04:00
Sandro
9c2f0ffcc4
Merge pull request #222388 from mimame/wezterm-20230320 2023-03-27 01:35:22 +02:00
Miguel Madrid-Mencía
0297a2db9a
wezterm: 20221119-145034-49b9839f -> 20230320-124340-559cb7b0 2023-03-27 00:42:14 +02:00
github-actions[bot]
ff3e86d2b4
Merge master into staging-next 2023-03-26 06:01:06 +00:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Moritz 'e1mo' Fromm
d752b1a8c5
alacritty: 0.11.0 -> 0.12.0 2023-03-25 12:57:27 +01:00
github-actions[bot]
6a3acb9982
Merge master into staging-next 2023-03-25 06:05:24 +00:00
Nick Cao
851cd65a21
Merge pull request #220776 from Vonfry/deprecated/fcitx4
fcitx: remove version 4
2023-03-25 10:23:06 +08:00
Martin Weinelt
ffe3165b27
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- nixos/doc/manual/release-notes/rl-2305.section.md
2023-03-21 12:35:53 +01:00
Stanisław Pitucha
68d28d9484 havoc: mark as broken on darwin
Macs don't support wayland
2023-03-21 12:44:48 +11:00
github-actions[bot]
75c28ec351
Merge master into staging-next 2023-03-20 18:01:16 +00:00
Yureka
656709bceb
pkgsMusl.xterm: fix build (#220731) 2023-03-20 15:34:09 +01:00
Vladimír Čunát
0f9354bfee
Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5
...into staging
2023-03-16 11:11:31 +01:00
Atemu
f8264a5b1e tree-wide: mark broken packages as such
Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
2023-03-13 16:43:06 -06:00
Vonfry
6d951523ad
mlterm: update fcitx dependency to fcitx5 2023-03-13 18:50:05 +08:00
Martin Weinelt
d03d74aa67
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/aiopulse/default.nix
- pkgs/development/python-modules/identify/default.nix
- pkgs/development/python-modules/spur/default.nix
2023-03-12 23:28:23 +01: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
Martin Weinelt
d0286ecd24 Merge remote-tracking branch 'origin/staging' into staging-next 2023-03-04 01:42:06 +00:00
Maximilian Bosch
e62c913822
treewide: remove ma27 from a bunch of packages (again)
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
2023-03-03 21:25:26 +01:00
github-actions[bot]
40707bbbb3
Merge staging-next into staging 2023-02-27 18:02:06 +00:00
Dacio
2cbded08a2
wezterm: add vulkan-loader to library path (#218410)
* wezterm: add vulkan-loader to library path

* wezterm: switch to patchelf instead of wrapProgram
2023-02-27 17:44:42 +01:00
github-actions[bot]
0a547ad8b7
Merge staging-next into staging 2023-02-20 12:02:08 +00:00
github-actions[bot]
507feca606
Merge master into staging-next 2023-02-20 12:01:32 +00:00
Sandro Jäckel
8be63c2f94 wezterm: cleanup meta, format 2023-02-20 01:16:58 -05:00
Sandro Jäckel
af260c1e5a wezterm: fix build against rust 1.67, remove outdated checkFlags 2023-02-20 01:16:58 -05:00
github-actions[bot]
ba877c4755
Merge staging-next into staging 2023-02-19 06:02:10 +00:00
github-actions[bot]
61d29782b3
Merge master into staging-next 2023-02-19 06:01:36 +00:00
R. Ryantm
b50f0f485d tym: 3.4.0 -> 3.4.1 2023-02-19 01:07:08 +00:00
davidak
7324263170
Merge pull request #216809 from r-ryantm/auto-update/xterm
xterm: 378 -> 379
2023-02-19 00:00:22 +01:00
Artturin
cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
R. Ryantm
8c1ab28a62 xterm: 378 -> 379 2023-02-17 14:24:05 +00:00
github-actions[bot]
29cdca7736
Merge staging-next into staging 2023-02-13 06:02:02 +00:00
Yureka
8c6ad9eae1
foot: disable pgo on musl (#191037) 2023-02-12 19:33:50 +01:00
github-actions[bot]
371c2a6303
Merge staging-next into staging 2023-02-07 18:02:15 +00:00
Adam Stephens
fa2feee9d4
kitty: 0.27.0 -> 0.27.1 2023-02-07 08:32:54 -05:00
John Ericson
3226550f0b
Merge pull request #214782 from alyssais/gobject-introspection
Remove lots more obsolete gobject-introspection build inputs
2023-02-05 14:05:32 -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
Alyssa Ross
7e5ee09366
terminator: remove obsolete gobject-introspection build input
Since b2f9cd34e7 ("gobject-introspection: use wrapper.nix for the
native package too so we can propagate the dev output"),
gobject-introspection doesn't need to be included in buildInputs when
it's in nativeBuildInputs, as it's propagated from the setup hook.

Removing the build input fixes evaluation in buildPackages when
cross-compiling to platforms that gobject-introspection is unsupported
on, like ghcjs.

Tested building natively on x86_64-linux, in
pkgsCross.aarch64-multiplatform, and in pkgsCross.ghcjs.buildPackages.
2023-02-04 18:45:01 +00:00
Jan Tojnar
780c989913
Merge pull request #214150 from jtojnar/gnome
GNOME updates
2023-02-03 14:36:56 +01:00
Jan Tojnar
864ebd79e2 gnome-console: 42.2 → 43.0
- Ported to GTK4
- Nautilus plug-in was moved to Nautilus.

https://gitlab.gnome.org/GNOME/console/-/compare/42.2...43.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-02 23:25:53 +01:00
Sandro
a9cadfb7b8
Merge pull request #213490 from OPNA2608/refactor/yaml-cpp
yaml-cpp*: Refactor, rename, adopt
2023-02-02 17:32:34 +01:00
OPNA2608
c9b4c7dccd treewide: Rename libyamlcpp* to yaml-cpp* 2023-01-31 16:22:54 +01:00
Martin Weinelt
52029b8e00 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-27 23:50:36 +01:00
R. Ryantm
98bfdf8f32 tym: 3.3.0 -> 3.4.0 2023-01-27 05:35:01 +00:00
github-actions[bot]
112ac51b78
Merge master into staging-next 2023-01-23 18:01:16 +00:00
Weijia Wang
a78c5591c0
Merge pull request #209491 from r-ryantm/auto-update/hyper
hyper: 3.3.0 -> 3.4.1
2023-01-23 16:24:09 +01:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Nikolay Korotkiy
6f878f0da7
Merge pull request #211271 from sikmir/iterm2
iterm2: 3.4.18 → 3.4.19
2023-01-22 12:58:17 +04:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01: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
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
Nick Cao
e294860550
Merge pull request #211365 from chuangzhu/blackbox
blackbox: 0.12.2 -> 0.13.1
2023-01-20 07:51:41 +08:00
Sergei Trofimovich
ede51ce77b
Merge pull request #209995 from r-ryantm/auto-update/xterm
xterm: 377 -> 378
2023-01-19 07:52:38 +00:00
Chuang Zhu
6674c5281b blackbox: 0.12.2 -> 0.13.1 2023-01-18 17:46:52 +08:00
Nikolay Korotkiy
f1bb94710d
iterm2: 3.4.18 → 3.4.19 2023-01-17 22:38:44 +03: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
R. Ryantm
d208683cdf hyper: 3.3.0 -> 3.4.1 2023-01-12 23:58:06 +00:00
R. Ryantm
5c298b8d89 xterm: 377 -> 378 2023-01-10 07:04:34 +00:00
Martin Weinelt
5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
Sandro
9c118a72f5
Merge pull request #208251 from adamcstephens/kitty/0.26.5
Closes https://github.com/NixOS/nixpkgs/pull/194543
2023-01-06 16:23:20 +01: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
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Steven Keuchel
206a5eb017 terminator: 2.1.1 -> 2.1.2 2022-12-23 16:32:40 +01:00
figsoda
cfc6213879
Merge pull request #204686 from figsoda/auditable
rustPlatform.buildRustPackage: build auditable binaries
2022-12-09 16:46:45 -05:00
figsoda
0024ffa7c2 alacritty: make auditable 2022-12-05 18:46:00 -05:00
AndersonTorres
f5a56c71a0 kermit-terminal: 3.7 -> 3.8
Many thanks to r-ryantm bot!
2022-12-04 18:36:40 -03:00
Thomas Gerbet
9e0ecfc521 iterm2: remove unused patch 2022-12-03 19:30:14 +01:00
Martin Weinelt
03472e8df0
Merge pull request #204188 from LeSuisse/iterm2-3.4.18 2022-12-03 15:26:20 +01:00
Martin Weinelt
39a1b8ebca
Merge pull request #203778 from Atemu/rxvt-unicode-meta
Fixes https://github.com/NixOS/nixpkgs/issues/68202
2022-12-02 23:31:13 +01:00
Thomas Gerbet
a9b1810350 iterm2: 3.4.17 -> 3.4.18
Fixes CVE-2022-45872.

Changelog:
```
- Change DECRQSS response to patch a security
  hole.
- Fix crash when dragging a tab out of a window.
- Improve crash reporting to include Objective-C
  exceptions, which Apple broke.
```
2022-12-02 23:25:54 +01:00
Sergei Trofimovich
2875fd523f xterm: drop redundant '# #' comment 2022-12-01 08:44:22 +00:00
Atemu
328a29eb89 rxvt-unicode: pass through meta in wrapper
Fixes https://github.com/NixOS/nixpkgs/issues/68202
2022-11-30 18:48:10 +01:00
Sergei Trofimovich
48e8a5c7fc xterm: 375 -> 377
While at it simplified the updater. Current one fails to update xterm.

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_377
2022-11-27 08:51:06 +00:00
Sandro
657a43860e
Merge pull request #202297 from cole-h/wezterm 2022-11-22 23:56:08 +01:00
Bobby Rong
b047c02b74
Merge pull request #202237 from schuelermine/update/blackbox-terminal/0.12.2
blackbox-terminal: 0.12.1 -> 0.12.2
2022-11-22 15:29:50 +08:00
Cole Helbling
03f2f6b9c4 wezterm: 20220905-102802-7d4b8249 -> 20221119-145034-49b9839f 2022-11-21 20:19:02 -08:00
Anselm Schüler
6d709beac3 blackbox-terminal: 0.12.1 -> 0.12.2 2022-11-21 20:50:49 +01:00
github-actions[bot]
39ffc1cb70
Merge master into staging-next 2022-11-13 18:01:19 +00:00
Nikolay Korotkiy
e05177ddeb
st: 0.8.5 → 0.9 2022-11-12 20:33:22 +03:00
Ingo Blechschmidt
878a14677f xterm: 374 -> 375 2022-11-10 16:53:14 +01:00
Bobby Rong
557d040e96
Merge pull request #200500 from chuangzhu/blackbox
blackbox-terminal: 0.12.0 -> 0.12.1
2022-11-10 22:16:28 +08:00
Chuang Zhu
bcf2e4da30 blackbox: 0.12.0 -> 0.12.1 2022-11-10 17:25:31 +08:00
Tim Kleinschmidt
da3c876cdd
iterm2: 3.4.15 -> 3.4.17
https://iterm2.com/downloads/stable/iTerm2-3_4_16.changelog
https://iterm2.com/downloads/stable/iTerm2-3_4_17.changelog
2022-11-08 15:27:12 +01:00
R. Ryantm
71b2fdc8dc kitty: 0.26.2 -> 0.26.5 2022-11-07 14:14:19 +00:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Jörg Thalheim
c1783d5235
Merge pull request #196129 from Atemu/mlterm-fixes
mlterm: small fixes
2022-10-15 17:04:15 +02:00
Atemu
f5ac23ee18 mlterm: unbreak on aarch64-linux
Untested
2022-10-15 14:02:12 +02:00
Atemu
f56f67e4d5 mlterm: mark as broken on aarch64-darwin 2022-10-15 14:02:07 +02:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
Artturi
56cbdc3b83
Merge pull request #195874 from Artturin/removeinheritxorg 2022-10-15 04:27:23 +03:00
github-actions[bot]
886633ba43
Merge master into staging-next 2022-10-15 00:04:00 +00:00
Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
Artturin
61c3058bcb all-packages.nix: remove inherit (*xorg) *'s
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
Martin Weinelt
32aefe2e36
Merge pull request #195804 from misuzu/xterm-update 2022-10-13 18:41:02 +02:00
misuzu
1ee0e58e22 xterm: 373 -> 374 2022-10-13 15:39:37 +03:00
github-actions[bot]
62bcf0ac62
Merge staging-next into staging 2022-10-13 12:02:06 +00:00
Jörg Thalheim
496db51b05
Merge pull request #195746 from ilkecan/alacritty-0.11.0
alacritty: 0.11.0-rc2 -> 0.11.0
2022-10-13 08:55:01 +02:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Vladimír Čunát
7a94322ed7
Merge #182618: GNOME 42 → 43 2022-10-13 08:14:27 +02:00
ilkecan
03229edc43 alacritty: 0.11.0-rc2 -> 0.11.0 2022-10-13 00:02:57 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Stanisław Pitucha
d2afb051ff
Merge pull request #195210 from yorickvP/guake
guake: 3.6.3 -> 3.9.0
2022-10-12 22:12:57 +11:00
Chuang Zhu
226d9e02d1 blackbox-terminal: init at 0.12.0 2022-10-11 18:52:35 +02:00
Jan Tojnar
25875d75bc gnome-console: 43.rc → 42.2
There is a regression in VTE for GTK 4, let’s downgrade to a version using GTK 3.
https://gitlab.gnome.org/GNOME/vte/-/issues/2584

This reverts commit 71439b7977ec205fa9e2d1dec8e0a768d8d88b94.
This reverts commit 36c49c22cfc22cde5003f91496f7c982abedbf68.

Also disable Nautilus extension since it is now part of Nautilus itself.
2022-10-11 18:52:33 +02:00
Jan Tojnar
f2334f046e gnome-console: 43.beta → 43.rc
https://gitlab.gnome.org/GNOME/console/-/compare/43.beta...43.rc

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:22 +02:00
Jan Tojnar
05bfbc9951 gnome-console: 42.2 → 43.beta
https://gitlab.gnome.org/GNOME/console/-/compare/42.2...43.beta

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:15 +02:00
Jan Tojnar
88ee737950 gnome-console: Fix build with Nautilus 43 2022-10-11 18:52:12 +02:00
Yorick van Pelt
1441c7930e
guake: remove gbr, setuptools deps 2022-10-11 12:39:17 +02:00
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
Yorick van Pelt
5819054b67
guake: 3.6.3 -> 3.9.0
Fixes CVE-2021-23556
2022-10-09 11:40:53 +02:00
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Bernardo Meurer
de80d1d04e
Merge pull request #191899 from Luflosi/update/kitty 2022-10-03 22:42:17 -03:00
Sandro
4a1fb3a5cc
Merge pull request #176276 from wesleyjrz/add-tym 2022-10-03 22:59:22 +02: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
github-actions[bot]
0ae3aa5345
Merge master into staging-next 2022-10-02 17:45:43 +00:00
Sergei Trofimovich
61f62685ee
Merge pull request #193249 from trofi/xterm-update
xterm: 372 -> 373
2022-10-02 14:04:09 +01:00
github-actions[bot]
9d19287993
Merge master into staging-next 2022-09-29 18:03:40 +00:00
Jörg Thalheim
bbc75aace1
Merge pull request #192780 from trofi/alacritty-update
alacritty: 0.10.1 -> 0.11.0-rc2
2022-09-29 17:17:25 +02:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
Sergei Trofimovich
a6bc31eb8b xterm: 372 -> 373
Changes: https://invisible-island.net/xterm/xterm.log.html
2022-09-27 23:18:42 +01:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Sandro Jäckel
a242ae8e71
wezterm: install shell completion, nautilus extension, disable updater 2022-09-26 00:44:22 +02:00
Sergei Trofimovich
92b370bd6b alacritty: 0.10.1 -> 0.11.0-rc2
Among other things fixes build failus against rust-1.64.0.

Changes:
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc1
- https://github.com/alacritty/alacritty/releases/tag/v0.11.0-rc2
2022-09-24 16:25:02 +01:00
Wesley Jr
08e983e720
tym: init at 3.3.0 2022-09-17 16:08:46 -03:00
Sandro Jäckel
2e88e9b4d6
wezterm: 20220903-194523-3bb1ed61 -> 20220905-102802-7d4b8249 2022-09-06 01:03:18 +02:00
Sandro
8b733e43e7
Merge pull request #189709 from SuperSandro2000/wezterm 2022-09-05 15:57:18 +02:00
sternenseemann
b319d6c32b foot: 1.13.0 -> 1.13.1 2022-09-05 12:18:10 +02:00
Sandro Jäckel
36fea681b3
wezterm: 20220807-113146-c2fee766 -> 20220903-194523-3bb1ed61 2022-09-04 12:38:50 +02:00
R. Ryantm
c93e2e58ec hyper: 3.2.3 -> 3.3.0 2022-08-22 12:04:05 +00:00
Dmitry Kalinkin
ee24570799
Merge pull request #186549 from reckenrode/iterm-macos13
iterm2: fix on macOS 13
2022-08-20 11:26:41 -04:00
Randy Eckenrode
3ea22dab7d
iterm2: fix on macOS 13
The fixup phase runs patch-shebangs, which modifies the shell
integration scripts included the iTerm2.app bundle. This causes iTerm2
to be identified as damaged on macOS 13, which prevents it from running.
This is due to changes in macOS 13 that checks signatures every time a
notarized app is run on macOS 13. Since iTerm2 is using upstream’s build
due to entitlements, it is notarized and must not be modified.

See https://eclecticlight.co/2022/06/17/app-security-changes-coming-in-ventura/
for more details on the changes.
2022-08-13 20:33:52 -04:00
github-actions[bot]
194ba77ae3
Merge master into staging-next 2022-08-09 00:02:24 +00:00
Robert Scott
0bb630d2b3
Merge pull request #185634 from virchau13/fix-kitty-tests-darwin
kitty: fix tests on darwin
2022-08-09 00:41:27 +01:00
Vir Chaudhury
078ecdaf98
kitty: fix tests on darwin 2022-08-09 06:42:07 +08:00
github-actions[bot]
d7cee51c43
Merge master into staging-next 2022-08-08 18:01:29 +00:00
Chua Hou
5e14cac0b1
wezterm: 20220624-141144-bd1b7c5d -> 20220807-113146-c2fee766 2022-08-08 12:06:41 +08:00
github-actions[bot]
09857d1dd4
Merge master into staging-next 2022-08-07 12:01:40 +00:00
sternenseemann
4f11333d80 foot: 1.12.1 -> 1.13.0
https://codeberg.org/dnkl/foot/releases/tag/1.13.0
2022-08-07 10:18:17 +02:00
github-actions[bot]
4bbe802309
Merge staging-next into staging 2022-08-06 12:01:56 +00:00
fortuneteller2k
08ccdcbc9c wezterm: use apple_sdk_11_0 2022-08-06 10:31:18 +00:00
github-actions[bot]
4885630746
Merge staging-next into staging 2022-08-05 00:03:20 +00:00
Christian Kögler
f743f261c0
Merge pull request #183356 from r-ryantm/auto-update/hyper
hyper: 3.2.1 -> 3.2.3
2022-08-04 23:07:32 +02:00
Sandro
fd22503298
Merge pull request #184590 from NickCao/dbus-python 2022-08-04 14:26:22 +02:00
Jonas Heinrich
91367f1355
Merge pull request #184674 from r-ryantm/auto-update/sakura
sakura: 3.8.4 -> 3.8.5
2022-08-02 11:59:50 +02:00
R. Ryantm
6702078739 sakura: 3.8.4 -> 3.8.5 2022-08-02 00:58:44 +00:00
Sandro Jäckel
35ae59f47b
pythonPackages: drop dbus-python workarounds 2022-08-01 19:20:16 +02:00
Weijia Wang
e76a011eea gnome-console: add darwin support 2022-08-01 14:48:13 +02:00
R. Ryantm
7b1c3759d1 hyper: 3.2.1 -> 3.2.3 2022-07-28 14:46:56 +00:00
R. Ryantm
71f758e616 gnome-console: 42.0 -> 42.2 2022-07-14 12:54:24 +02:00
R. Ryantm
ac37f4873a gnome-console: 42.beta -> 42.0 2022-07-13 13:56:59 +02:00
AndersonTorres
2e6338d62e nimmm: move to applications/file-managers 2022-06-26 23:58:11 -03:00
Sandro Jäckel
0cbcfe8c30
wezterm: 20220408-101518-b908e2dd -> 20220624-141144-bd1b7c5d 2022-06-25 20:02:46 +02:00
Anderson Torres
aaad8a6dc0
Merge pull request #178673 from AndersonTorres/MISC
dterm: move to applications/terminal-emulators
2022-06-23 21:53:55 -03:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
AndersonTorres
badcbf43f5 dterm: move to applications/terminal-emulators
Also, use SRI hash and add a `longDescription`.
2022-06-23 00:46:28 -03: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
Janne Heß
bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Rick van Schijndel
433701147a
treewide: pkgs/applications: mark broken for aarch64-linux 2022-05-30 13:42:58 +02:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Mario Rodas
96faefe436 contour: 0.1.1 -> 0.3.1.200 2022-05-28 04:20:00 +00: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
AndersonTorres
3f898ed15a eterm: reformat knownVulnerabilities message
Also, with a link to CVE entry
2022-05-10 23:16:40 -03: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
sternenseemann
9089f49024
Merge pull request #171315 from sternenseemann/foot-1.12.1
foot: 1.11.0 -> 1.12.1
2022-05-04 00:09:45 +02:00
sternenseemann
9f8d844340 foot: 1.11.0 -> 1.12.1
https://codeberg.org/dnkl/foot/releases/tag/1.12.0
https://codeberg.org/dnkl/foot/releases/tag/1.12.1
2022-05-02 23:07:39 +02:00
Sandro
1b5f5cf42a
Merge pull request #170975 from SuperSandro2000/wezterm
wezterm: build terminfo file without compiling wezterm
2022-05-02 14:45:33 +02:00
Sandro Jäckel
5a5699b71e
wezterm: build terminfo file without compiling wezterm 2022-04-30 03:36:12 +02:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Emil Karlson
1eac8d2c54 wezterm: Add nixosTests.allTerminfo
Make allTerminfo test results more visible.
2022-04-13 10:04:51 +03:00
Thiago Kenji Okada
658ace27a9
Merge pull request #167792 from r-ryantm/auto-update/hyper
hyper: 3.2.0 -> 3.2.1
2022-04-11 21:20:27 +01:00
Sandro Jäckel
0fc3250594
wezterm: 20220319-142410-0fcdea07 -> 20220408-101518-b908e2dd 2022-04-11 10:49:00 +02:00
R. Ryantm
6edc4b20c7 hyper: 3.2.0 -> 3.2.1 2022-04-08 00:23:46 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Malo Bourgon
49f75b1483 kitty: add patch to fix -stack_size flag issue on darwin 2022-04-01 10:16:52 -07:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Jan Tojnar
184fe6a337 gnome-console: unstable-2021-03-13 → 42.beta
105adb6a8d...42.beta
2022-03-25 15:02:32 +01:00
Jan Tojnar
fa13ab6e1f gnome-console: rename from kgx 2022-03-25 15:02:32 +01:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
OPNA2608
d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00