K900
b24e9a53ca
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-17 09:07:34 +03:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
Fabián Heredia Montiel
157b0003dc
xterm: 393 -> 394 ( #339179 )
2024-09-16 14:09:31 -06:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Sandro Jäckel
cbd46bcbc2
terminator: drop useless pytest-runner
2024-09-16 11:30:34 +02:00
Otavio Salvador
49b369e78a
rio: 0.1.10 -> 0.1.13
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-09-10 18:37:54 -03:00
Sergei Trofimovich
4776a9cb74
xterm: 393 -> 394
...
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_394
2024-09-03 06:46:21 +01:00
Leiser Fernández Gallo
1502b62b99
kitty: darwin-fix ( #338033 )
...
Copy nerdfont to avoid fc-match heuristic on mac
2024-09-03 01:10:26 +09:00
github-actions[bot]
22c53603c5
Merge master into staging-next
2024-08-30 00:13:29 +00:00
TornaxO7
0532e4c174
rio: 0.1.8 -> 0.1.10
2024-08-29 18:32:52 +02:00
github-actions[bot]
7241849967
Merge master into staging-next
2024-08-26 06:04:26 +00:00
Sebastián Mancilla
f6feef0cfa
Merge pull request #335468 from DimitarNestorov/update-iterm2
...
iterm2: 3.5.2 -> 3.5.4
2024-08-25 23:03:37 -04:00
K900
b76567c281
Merge remote-tracking branch 'origin/master' into staging-next
2024-08-25 15:20:44 +03:00
Pol Dellaiera
cefe8a71e7
Merge pull request #337087 from r-ryantm/auto-update/rio
...
rio: 0.1.7 -> 0.1.8
2024-08-25 12:25:32 +02:00
github-actions[bot]
981c565848
Merge master into staging-next
2024-08-25 00:14:11 +00:00
R. Ryantm
629deacd20
rio: 0.1.7 -> 0.1.8
2024-08-24 20:27:03 +00:00
leiserfg
3344ff8dd0
kitty: 0.35.0 -> 0.36.1
2024-08-24 08:00:41 +02:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00
R. Ryantm
4363910af8
kitty-themes: 0-unstable-2024-06-26 -> 0-unstable-2024-08-14
2024-08-19 20:32:35 +00:00
github-actions[bot]
6855a1a5f4
Merge staging-next into staging
2024-08-18 12:02:30 +00:00
R. Ryantm
ff1e3b1977
rio: 0.1.1 -> 0.1.7
2024-08-17 21:59:39 +00:00
Dimitar Nestorov
31d78137d5
iterm2: 3.5.2 -> 3.5.4
2024-08-18 00:25:22 +03:00
github-actions[bot]
26d52a889c
Merge staging-next into staging
2024-08-16 18:01:47 +00:00
Felix Buehler
07440c4a2d
rxvt-unicode: remove 'with lib;'
2024-08-16 16:09:03 +02:00
github-actions[bot]
926aefdd61
Merge staging-next into staging
2024-08-16 06:01:46 +00:00
ghpzin
bf3de18249
hyper: mark as broken
2024-08-16 02:07:55 +03:00
github-actions[bot]
4c8722e915
Merge staging-next into staging
2024-08-15 18:02:28 +00:00
Sandro Jäckel
e572285125
wezterm: fix compilation with rust 1.80
2024-08-15 14:32:15 +02:00
github-actions[bot]
5254a09f0d
Merge staging-next into staging
2024-08-14 12:01:50 +00:00
sternenseemann
ef0ba81875
foot: 1.18.0 -> 1.18.1
2024-08-14 13:18:54 +02:00
sternenseemann
e77cba1082
foot: disable -Werror
...
Fixes compilation with clang (-Wunused-command-line-argument) and
probably makes compilation with different compiler versions more
robust.
2024-08-14 13:18:54 +02:00
Ashish SHUKLA
e1e4197e1f
foot: 1.17.2 -> 1.18.0
2024-08-14 13:18:54 +02:00
kirillrdy
5ad4b7f396
Merge pull request #326656 from trofi/xterm-update
...
xterm: 392 -> 393
2024-08-14 20:12:09 +10:00
Florian Klink
0b09202b66
Merge pull request #214906 from alyssais/wayland-scanner
...
wayland-scanner: split from wayland
2024-08-12 22:37:05 +03:00
Alyssa Ross
c2b34fed8f
kitty: depend on wayland-scanner
...
Otherwise, wayland-scanner would be picked up from the wayland in
buildInputs, which isn't cross-friendly and will stop working when we
split wayland-scanner into a separate package.
2024-08-11 16:04:14 +03:00
Spencer Heywood
45e62262ca
guake: use python311
...
Using Python 3.12 results in the Guake package not producing
executables. This PR provides a fix for that issue until the underlying
issue is resolved.
2024-08-02 10:20:25 -06:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
Sergei Trofimovich
9466b5ff59
xterm: 392 -> 393
...
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_393
2024-07-12 22:02:44 +01:00
❄️
fe14ac8fc2
Merge pull request #324539 from atorres1985-contrib/remove-vrthra
...
treewide: remove vrthra, cpages and lovek323 from meta.maintainers
2024-07-12 14:26:56 -03:00
Kirill Radzikhovskyy
1050cc7d68
kitty: unpin buildGoModule
2024-07-10 10:52:41 +10:00
Gaetan Lepage
0263009dce
rio: 0.1.0 -> 0.1.1
...
Diff: https://github.com/raphamorim/rio/compare/v0.1.0...v0.1.1
Changelog: https://github.com/raphamorim/rio/blob/v0.1.1/CHANGELOG.md
2024-07-08 14:49:59 +02:00
Gaetan Lepage
fb1ea0c84f
rio: add missing MetalKit darwin dependency + mark as broken
2024-07-08 14:49:59 +02:00
Anderson Torres
084dc9a4df
treewide: remove vrthra from meta.maintainers [no orphans]
...
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642
Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Vladimír Čunát
c71628f93b
xterm: move patches
just after src
...
It's a good habit to keep these close together.
2024-06-29 09:43:01 +02:00
Vladimír Čunát
0ff767f334
Merge #322668 : Revert "xterm: patch from alpine to fix pty on musl"
...
...into staging-next
2024-06-29 09:40:36 +02:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next
2024-06-27 16:16:01 +02:00
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