R. Ryantm
a630861eb5
kitty-themes: 0-unstable-2024-06-12 -> 0-unstable-2024-06-26
2024-06-26 21:58:55 +00:00
Alyssa Ross
5b2bbd8be5
Revert "xterm: patch from alpine to fix pty on musl"
...
This reverts commit 8fa7634819
.
This patch no longer applies. According to Alpine, it's obsolete and
can be removed.
Link: https://git.alpinelinux.org/aports/commit/community/xterm?id=4f6616a979b19375b8100f7ba4fd79554e91bb61
Fixes: 3bf2356a53
("xterm: 390 -> 392 (#311472 )")
2024-06-26 17:53:45 +02:00
toonn
5ac050295d
iterm2: Indicate sourceProvenance
...
Since the build is trivial and comes down to downloading and copying a
binary this should be indicated in `meta.sourceProvenance` and
`meta.hydraPlatforms` should be set to prevent Hydra from caching what
amounts to a copy of the upstream archive.
2024-06-24 13:44:46 +02:00
Sergei Trofimovich
3bf2356a53
xterm: 390 -> 392 ( #311472 )
...
Changes:
- https://invisible-island.net/xterm/xterm.log.html#xterm_391
- https://invisible-island.net/xterm/xterm.log.html#xterm_392
2024-06-24 10:01:52 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
45c04c2576
kitty: 0.35.1 -> 0.35.2
2024-06-22 10:22:19 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Thomas Gerbet
d7c01adbc1
Merge pull request #313708 from sikmir/iterm2
...
iterm2: 3.4.23 → 3.5.2
2024-06-20 22:51:12 +02:00
Nikolay Korotkiy
cc6c8bd02a
iterm2: 3.4.23 → 3.5.2
2024-06-16 20:03:46 +04:00
Pol Dellaiera
67b4bf1df4
Merge pull request #318862 from otavio/rio
...
rio: 0.0.39 -> 0.1.0
2024-06-13 23:09:15 +02:00
yxnxs
27e59eb950
kitty-themes: 0-unstable-2024-05-28 -> 0-unstable-2024-06-12
...
Update kitty's theme.nix to use the latest version
2024-06-12 11:20:30 +02:00
Otavio Salvador
b409bf6a25
rio: 0.0.39 -> 0.1.0
2024-06-10 14:44:03 -03:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sigmanificient
9509a3b68c
kitty-themes: add passthru update script
2024-06-05 10:24:47 +02:00
Sigmanificient
ca1b61cac8
kitty-themes: unstable-2024-04-23 -> 0-unstable-2024-05-28
2024-06-05 10:17:49 +02:00
Sandro
11af724054
Merge pull request #316125 from Nanotwerp/kitty-up
2024-06-02 21:27:01 +02:00
Aleksana
810392ced4
Merge pull request #315249 from r-ryantm/auto-update/rio
...
rio: 0.0.37 -> 0.0.39
2024-05-31 23:22:23 +08:00
Nano Twerpus
9f83bd8ca3
kitty: 0.35.0 -> 0.35.1
2024-05-31 06:48:01 -04:00
R. Ryantm
4c9c9a8004
terminator: 2.1.3 -> 2.1.4
2024-05-30 23:44:41 +02:00
R. Ryantm
be2eda6902
rio: 0.0.37 -> 0.0.39
2024-05-28 04:48:17 +00:00
Natsu Kagami
c6c63924a4
kitty: 0.34.1 -> 0.35.0
2024-05-27 15:20:51 +02:00
Sigmanificient
0058552891
pkgs/applications: remove uneeded fetchpatch arguments
2024-05-21 03:12:20 +02:00
Sigmanificient
a2353716f6
treewide: remove unused occurence of fetchurl argument
2024-05-20 05:20:23 +02:00
R. Ryantm
cbcc5f315c
rio: 0.0.36 -> 0.0.37
2024-05-16 09:19:23 +00:00
Sigmanificient
adf65e0148
kitty-themes: remove uneeded rec
2024-05-15 09:21:58 +02:00
Sigmanificient
65a8a69ece
kitty-themes: add sigmanificient to maintainers
2024-05-15 09:21:58 +02:00
Nicolas Mattia
0d540c419c
kitty: wrap correct executable on macOS
...
This fixes the kitty wrapProgram step to wrap the
actual `kitty` executable, which on macOS is inside the App bundle. On
macOS, `$out/bin/kitty` is just a symlink, and wrapping this symlink
(instead of the executable in the App bundle) means that the wrapper is
not used when starting the application itself (and the wrapper is only
used when the `bin/kitty` executable is used, e.g. from terminal).
2024-05-14 15:31:41 +02:00
Weijia Wang
a249f47da9
Merge pull request #310486 from sentientmonkey/x3270-add-missing-dependencies
...
x3270: add openssl and readline to build inputs
2024-05-12 20:38:02 +02:00
Scott Windsor
16e9ab20a9
x3270: add openssl and readline to build inputs
...
These are optional dependencies but required if you need ssl integration
and readline support
2024-05-09 19:18:08 -07:00
Elliot Cameron
84d482f423
terminator: don't bleed PATH into session via wrapper
...
Fixes : #47290
2024-05-09 17:58:46 -04:00
Bobby Rong
9a48f4b86b
Merge pull request #309253 from bobby285271/fix/blackbox
...
blackbox-terminal: Fix build
2024-05-05 20:42:06 +08:00
Bobby Rong
ddc3fd1494
blackbox-terminal: Fix build
...
This uses a vte that still has box_drawing_generate.sh in src.
2024-05-05 20:03:42 +08:00
Nick Cao
a3f89c6ce0
Merge pull request #308876 from zvolin/update-kitty-themes
...
kitty-themes: unstable-2023-12-28 -> unstable-2024-04-23
2024-05-04 09:54:06 -04:00
Jan Tojnar
9756fb08f7
guake: 3.9.0 → 3.10
...
https://github.com/Guake/guake/releases/tag/3.10
https://github.com/Guake/guake/compare/3.9.0...3.10
2024-05-04 14:46:46 +02:00
zvolin
bffe524d78
kitty-themes: unstable-2023-12-28 -> unstable-2024-04-23
2024-05-03 21:53:34 +02:00
github-actions[bot]
31135daf48
Merge master into staging-next
2024-05-02 18:01:05 +00:00
R. Ryantm
a6e62de6a7
tym: 3.5.0 -> 3.5.1
2024-05-02 11:41:24 +00:00
Weijia Wang
23cbc3c2b3
Merge branch 'master' into staging-next
2024-04-30 13:24:52 +02:00
Scott Windsor
80aac730a6
x3270: 4.0ga9 -> 4.3ga8
...
* upgrade to latest release
* fixes broken darwin build by adding dependancies
* disables x11 build for darwin
* adds man page installation
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-27 10:21:57 -07: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
Maxine Aubrey
0fa97bfb66
gnome-console: 45.0 → 46.0
...
https://gitlab.gnome.org/GNOME/console/-/compare/45.0...46.0
2024-04-22 21:11:19 +02:00
Thomas Gerbet
92d295f588
Merge pull request #305287 from kashw2/kitty
...
kitty: 0.34.0 -> 0.34.1
2024-04-19 23:36:04 +02:00
Adam Stephens
e92ea89fd9
kitty: remove adamcstephens as maintainer
2024-04-19 13:07:51 -04:00
kashw2
eaab16b15c
kitty: 0.34.0 -> 0.34.1
2024-04-19 21:29:57 +10:00
Ashish SHUKLA
d786d77b4a
foot: 1.17.1 -> 1.17.2
2024-04-17 20:27:11 +02:00
kashw2
e72f5dc40e
kitty: 0.33.1 -> 0.34.0
2024-04-15 22:37:51 +10:00
Ashish SHUKLA
a6090bcf94
foot: 1.17.0 -> 1.17.1
2024-04-12 07:14:43 +00:00
R. Ryantm
e1bf38de89
st: 0.9.1 -> 0.9.2
2024-04-09 19:35:27 +00:00
aleksana
9dddc116d5
treewide: replace wrapGAppsHook with wrapGAppsHook4 for gtk4 apps
2024-04-06 01:33:38 +08:00
Sandro
bc04bff213
Merge pull request #298793 from Qusic/st
2024-04-03 15:55:45 +02:00
Anders
1597810a9e
st: remove andsild as maintainer ( #301201 )
2024-04-03 13:29:51 +02:00
Alyssa Ross
eef06fe93e
foot: 1.16.2 -> 1.17.0
2024-04-03 10:08:30 +02:00
Janne Heß
af69be669f
treewide: Rename nixfmt to nixfmt-classic ( #300468 )
...
* treewide: Rename nixfmt to nixfmt-classic
* Update pkgs/top-level/aliases.nix
Co-authored-by: Silvan Mosberger <github@infinisil.com>
---------
Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-04-02 20:47:13 +02:00
Qusic
2eacbec595
st: add updateScript
2024-04-01 16:26:32 +08:00
Qusic
96e575af2f
st: add qusic to maintainers
2024-04-01 10:23:59 +08:00
Qusic
f92b33896f
st: 0.9 -> 0.9.1
2024-04-01 10:21:38 +08:00
R. Ryantm
eea14e8cc6
alacritty: 0.13.1 -> 0.13.2
2024-03-25 01:03:52 +00:00
R. Ryantm
d98b73e56e
kitty: 0.33.0 -> 0.33.1
2024-03-23 14:51:38 -04:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Ryan Mulligan
9f72de5c37
Merge pull request #295964 from r-ryantm/auto-update/rio
...
rio: 0.0.35 -> 0.0.36
2024-03-14 15:07:41 -07:00
Adam C. Stephens
dd9322eb68
Merge pull request #295539 from leiserfg/kitty-0.33.0
...
kitty: 0.32.2 -> 0.33.0
2024-03-14 17:29:21 -04:00
R. Ryantm
42dd9b11a6
rio: 0.0.35 -> 0.0.36
2024-03-14 19:58:23 +00:00
leiserfg
af89ee5b68
kitty: 0.32.2 -> 0.33.0
2024-03-13 22:04:41 +01:00
sternenseemann
f06714e0a5
foot: use default priority (> ncurses prio in systemPackages)
...
Why hasn't anybody told me that the higher the priority value the lower
the priority? The meta.priority value I chose for foot had the opposite
effect I intended. Priority 9 (as ncurses has in systemPackages) is just
one step higher in priority than lib.meta.lowPrio. Just using the
default priority (which for buildEnv equates to 5 although nix-env(1)
claims the default priority is 0) gets us the desired result:
foot.terminfo's files will overwrite any symlinks to ncurses.
2024-03-13 12:05:08 +01:00
sternenseemann
df0f8b6eaf
foot: don't pass -fno-plt
...
Apparently not beneficial to performance after all:
fb32d339a7
2024-03-13 12:05:08 +01:00
sternenseemann
00307c81a6
foot: run tests
...
- `ninja test` in the profiling step is more robust if more tests are
added in the future
- We technically run the test suite twice now, but this is not really an
issue, as it is pretty quick.
2024-03-13 12:05:08 +01:00
sternenseemann
e445e3a3e2
foot: enable strictDeps
2024-03-13 12:05:08 +01:00
github-actions[bot]
590e65a7b3
Merge master into staging-next
2024-03-07 12:01:24 +00:00
Weijia Wang
baf8868011
Merge pull request #287030 from r-ryantm/auto-update/contour
...
contour: 0.4.2.6429 -> 0.4.3.6442
2024-03-07 10:13:39 +01:00
github-actions[bot]
51f9ea2d15
Merge staging-next into staging
2024-02-27 12:02:07 +00:00
R. Ryantm
6e7c622f48
rio: 0.0.34 -> 0.0.35
2024-02-27 08:10:03 +00:00
Sergei Trofimovich
7652097e27
xterm: 389 -> 390
...
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_390
2024-02-20 20:17:01 +00:00
github-actions[bot]
2035b66b68
Merge staging-next into staging
2024-02-15 18:01:39 +00:00
Adam C. Stephens
7239933a07
Merge pull request #288892 from cjbayliss/update-kitty
...
kitty: 0.32.1 -> 0.32.2
2024-02-15 07:08:06 -05:00
github-actions[bot]
604991674d
Merge staging-next into staging
2024-02-15 00:02:51 +00:00
Felix Bühler
c0a130d16b
Merge pull request #287587 from jtbx/tilix-1.9.6
...
tilix: 1.9.5 -> 1.9.6
2024-02-14 23:32:28 +01:00
Christopher Bayliss
1e221fd362
kitty: 0.32.1 -> 0.32.2
2024-02-15 09:18:13 +11:00
github-actions[bot]
fc96101774
Merge staging-next into staging
2024-02-14 18:01:42 +00:00
K900
1d45b14461
alacritty: only depend on xdg-utils on Linux
...
This is technically not entirely correct (for BSDs etc), but there are other
isLinux checks in the file so let's just do this to unblock Darwin users for now.
Fixes #288468 .
2024-02-13 10:45:01 +03:00
Jeremy Baxter
d228250dc8
tilix: migrate to pkgs/by-name
2024-02-10 10:12:02 +13:00
R. Ryantm
1414c92a0b
contour: 0.4.2.6429 -> 0.4.3.6442
2024-02-07 17:05:42 +00:00
Mario Rodas
72cec47e0e
Merge pull request #278267 from trofi/xterm-update
...
xterm: 388 -> 389
2024-02-05 08:14:31 -05:00
Weijia Wang
3623fe0f1a
Merge pull request #286274 from r-ryantm/auto-update/contour
...
contour: 0.4.1.6292 -> 0.4.2.6429
2024-02-05 01:03:59 +01:00
R. Ryantm
e805cca3d0
contour: 0.4.1.6292 -> 0.4.2.6429
2024-02-04 12:30:57 +00:00
Lin Xianyi
2b2eca6ef5
wezterm: 20240128-202157-1e552d76 -> 20240203-110809-5046fc22
2024-02-04 16:37:05 +08:00
Lin Xianyi
23e348f4fa
wezterm: 20240127-113634-bbcac864 -> 20240128-202157-1e552d76
2024-01-30 09:00:06 +08:00
Nikolay Korotkiy
806f3ff216
Merge pull request #283505 from r-ryantm/auto-update/contour
...
contour: 0.4.0.6245 -> 0.4.1.6292
2024-01-28 19:10:14 +04:00
Lin Xianyi
700cec9bce
wezterm: 20230712-072601-f4abf8fd -> 20240127-113634-bbcac864
2024-01-28 09:09:38 +08: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
R. Ryantm
ccada08240
contour: 0.4.0.6245 -> 0.4.1.6292
2024-01-24 13:24:29 +00: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
embr
b43bb235ef
syncterm: Cherry-pick upstream fixes for pthread_yield
errors
...
This non-standard function has been deprecated since glibc 2.34 (August 2021),
and calls to it were breaking the build. This has since been fixed in the
upstream Synchronet tree, from which SyncTERM releases are cut, but this was
last done in 2020.
Big thanks to @aexoxea, who not only dug into this, but adapted the upstream
patches to the SyncTERM tree and posted almost this exact diff in #174749 -
where it completely slipped my mind until now, sorry!
Fixes #174749
2024-01-23 11:38:30 +01:00
kashw2
dddccde11a
kitty: 0.31.0 -> 0.32.0
2024-01-20 09:59:40 +10:00
Nick Cao
1f8d5f7693
Merge pull request #248682 from linsui/sixel
...
blackbox-terminal: support sixel
2024-01-15 10:17:58 -05:00
Peder Bergebakken Sundt
f27977ae29
Merge pull request #275529 from moni-dz/contour
...
contour: 0.3.12.262 -> 0.4.0.6245
2024-01-13 23:46:45 +01:00
K900
bff9ee8862
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-09 13:03:34 +03:00
Naïm Favier
e388a05601
alacritty: 0.13.0 -> 0.13.1
...
https://github.com/alacritty/alacritty/releases/tag/v0.13.1
2024-01-08 17:04:17 +01:00
Martin Weinelt
ef1898454c
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/aiohappyeyeballs/default.nix
2024-01-08 16:34:52 +01:00
TornaxO7
fa07b7c27d
rio: 0.0.33 -> 0.0.34
2024-01-07 21:57:31 +01:00
github-actions[bot]
17cf061755
Merge master into staging-next
2024-01-06 18:01:15 +00:00
Mario Rodas
4c0ec99715
Merge pull request #277581 from trofi/wezterm-fix-tests-eval
...
wezterm: fix `tests` eval
2024-01-06 08:10:38 -05:00
Weijia Wang
eb5334c27d
Merge branch 'master' into staging-next
2024-01-03 03:22:40 +01:00
Fabián Heredia Montiel
6a4970e919
Merge pull request #277316 from r-vdp/alacritty_0_13_0
...
alacritty: 0.12.3 -> 0.13.0
2024-01-02 17:19:40 -06:00
Sergei Trofimovich
aa20d92818
xterm: 388 -> 389
...
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_389
2024-01-02 12:20:08 +00:00
Nikolay Korotkiy
3de296fea9
iterm2: 3.4.22 → 3.4.23
2024-01-01 22:41:41 +04:00
github-actions[bot]
65cbf5e637
Merge master into staging-next
2023-12-31 18:01:09 +00:00
Anderson Torres
de65ce1819
roxterm: migrate to by-name
2023-12-29 15:23:33 -03:00
Sergei Trofimovich
26e34cf9aa
wezterm: fix tests
eval
...
commit 823242c42d
"nixosTests.terminal-emulators.wezterm: drop" removed
`wezterm` test. As a result that started failing `tests` attribute eval
as:
$ nix build --no-link -f. wezterm.tests
error:
error: attribute 'wezterm' missing
127| all-terminfo = nixosTests.allTerminfo;
128| terminal-emulators = nixosTests.terminal-emulators.wezterm;
| ^
2023-12-29 17:33:12 +00:00
r-vdp
e524f32b79
alacritty: 0.12.3 -> 0.13.0
2023-12-29 15:50:39 +00:00
github-actions[bot]
24a900e557
Merge master into staging-next
2023-12-26 00:02:12 +00:00
Mario Rodas
fb5b13906e
Merge pull request #259867 from MikaelFangel/update-darktile
...
darktile: 0.0.10 -> 0.0.11
2023-12-25 13:52:41 -05:00
Martin Weinelt
8056f9250c
treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage
...
The setuptools-scm packages gained a setup hook, that sets it to the
derivation version automatically, so setting it to that manually has
become redundant.
This also affects downstream consumers of setuptools-scm, like hatch-vcs
or flit-scm.
2023-12-20 20:16:39 +01:00
fortuneteller2k
fa7f4072d2
contour: 0.3.12.262 -> 0.4.0.6245
2023-12-20 07:06:44 +08:00
TornaxO7
0dad09239d
rio: 0.0.32 -> 0.0.33
2023-12-19 11:45:49 +01:00
TornaxO7
3ae150e098
rio: v0.0.31 -> v0.0.32
2023-12-13 11:28:09 +01:00
TornaxO7
78fcfa8b6c
rio: v0.0.30 -> v0.0.31
2023-12-12 21:33:10 +01:00
Mikael Fangel
3bff45aac6
darktile: add aarch64-linux to badPlatforms
2023-12-11 21:07:21 +01:00
TornaxO7
dc522329ea
rio: 0.0.29 -> 0.0.30
2023-12-10 19:05:03 +01:00
Thiago Kenji Okada
eaa482cddd
Merge pull request #272322 from TornaxO7/bump/rio
...
rio: v0.0.28 -> v0.0.29
2023-12-08 22:09:42 +00:00
TornaxO7
7eca7b73fa
rio: v0.0.28 -> v0.0.29
...
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2023-12-08 14:40:32 +00:00
Mikael Fangel
1a242ec25d
darktile: 0.0.10 -> 0.0.11
2023-12-06 09:39:15 +01:00
Weijia Wang
ad663fecd5
Merge pull request #272064 from Atemu/fix/mlterm-darwin
...
mlterm: fix build on darwin/clang_16
2023-12-05 00:50:34 +01:00
Peder Bergebakken Sundt
d2852f5af0
Merge pull request #238711 from moni-dz/contour
...
contour: 0.3.1.200 -> 0.3.12.262
2023-12-04 00:10:19 +01:00
fortuneteller2k
1769cf416e
contour: 0.3.1.200 -> 0.3.12.262
...
- use qt6 by default
- codesign macOS bundle executable
- install terminfo for Darwin
- install shell completions for zsh and fish
2023-12-04 02:39:26 +08:00
Atemu
6660f639da
mlterm: fix build on darwin/clang_16
2023-12-02 19:21:39 +01:00
Otavio Salvador
b06b8857e0
rio: 0.0.27 -> 0.0.28
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-30 15:33:27 -03:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
Bobby Rong
422b36dc0f
gnome-console: 45.beta → 45.0
...
https://gitlab.gnome.org/GNOME/console/-/compare/45.beta...45.0
The needs gtk 4.12.2 for "tooltip: don't cross native boundaries"
1145504075
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:26 +01:00
Bobby Rong
2c964b06ab
gnome-console: 44.4 → 45.beta
...
https://gitlab.gnome.org/GNOME/console/-/compare/44.4...45.beta
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:38 +01:00
Rick van Schijndel
47d3a81826
Merge pull request #262392 from pbsds/bump-lxterminal-1697837782
...
lxterminal: 0.3.2 -> 0.4.0
2023-11-21 07:35:49 +01:00
Otavio Salvador
efaeb2fdc4
rio: fix Darwin build and move cmake to Linux nativeBuildInputs
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-19 11:36:36 -03:00
Otavio Salvador
cf7fa1145b
rio: 0.0.19 -> 0.0.27
...
Refs: #260413 .
Fixes : #257334 .
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-18 22:24:10 -03:00
Mario Rodas
87c6a971de
rio: fix build on darwin
2023-11-18 15:41:30 +01:00
fortuneteller2k
d3c568b7bc
maintainers: fortuneteller2k -> moni
2023-11-17 18:03:27 +08:00
Peder Bergebakken Sundt
6d0c672b05
lxterminal: add pbsds as maintainer, remove velovix
2023-11-13 22:41:26 +01:00
github-actions[bot]
33248a2caf
Merge master into staging-next
2023-11-12 00:02:14 +00:00
Nikolay Korotkiy
e9cdae74d5
Merge pull request #265697 from sikmir/iterm2
...
iterm2: 3.4.21 → 3.4.22
2023-11-12 01:12:37 +04:00
Francesco Gazzetta
db7401360a
maintainers: remove skeidel
...
* Has been inactive for over 3 years
https://github.com/svenkeidel?tab=overview&from=2020-12-01&to=2020-12-31&org=NixOS
* Is not responsive
https://github.com/NixOS/nixpkgs/pull/249917
2023-11-11 19:28:45 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
...
Conflicts:
pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01: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
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
linsui
caec251ee4
blackbox-terminal: add linsui as maintainer
2023-11-06 16:36:52 +08:00
linsui
c9b4e19fa7
blackbox-terminal: support sixel
2023-11-06 16:34:24 +08:00
Adam Joseph
bc2d598878
treewide: change pythonForBuild to pythonOnBuildForHost
2023-11-05 17:42:12 -08:00
Nikolay Korotkiy
96ef6f252f
iterm2: 3.4.21 → 3.4.22
2023-11-05 21:27:27 +04:00
Weijia Wang
9627659c22
Merge branch 'master' into staging-next
2023-11-04 17:27:09 +01:00
Ludovico Piero
5ae713a2e4
foot: 1.16.1 -> 1.16.2
2023-11-04 14:49:59 +01:00
github-actions[bot]
cd7af6170b
Merge master into staging-next
2023-11-01 18:01:01 +00:00