Commit Graph

827 Commits

Author SHA1 Message Date
K900
0717a4da77 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-09 21:08:25 +03:00
oluceps
692e3ee981
rio: 0.1.16 -> 0.1.17
Diff: https://github.com/raphamorim/rio/compare/v0.1.16...v0.1.17

Changelog: https://github.com/raphamorim/rio/blob/v0.1.17/docs/docs/releases.md
2024-10-09 21:22:55 +08:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next 2024-10-06 12:05:15 +00:00
OTABI Tomoya
4ff48958a2
kitty: Re-enable some tests (#338070) 2024-10-06 16:38:05 +09:00
github-actions[bot]
653bcc0ea9
Merge master into staging-next 2024-10-05 18:04:03 +00:00
Mathew Polzin
bb1e5d86c9
rio: Restrict test execution inside nixosTests for Linux devices (#345722) 2024-10-05 08:32:48 -05:00
Otavio Salvador
08f10a21e3 rio: Restrict test execution inside nixosTests for Linux devices
Restrict test execution inside nixosTests for Linux devices as ofborg
'passthru.tests' nixosTests are failing on Darwin architectures.

Ref: https://github.com/NixOS/nixpkgs/issues/345825
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-10-04 09:54:54 -03:00
Ihar Hrachyshka
0b1ffdb47a kitty: re-enable some tests
These tests were disabled because of failures on nix-darwin systems due
to zshenv producing spurious output in some scenarios:

https://github.com/LnL7/nix-darwin/pull/1051

The linked bug is fixed in nix-darwin, and it should be now possible to
run the tests on a fresh nix-darwin system.

Related: #312692
2024-10-04 08:49:39 -04:00
github-actions[bot]
192fd67cc3
Merge master into staging-next 2024-10-03 18:04:30 +00:00
Christina Sørensen
1db5cd4253
contour: mark broken
Since 648fd81e3e, contour has been
broken with what looks like a buffer overflow check failing.

The current version is also far behind upstream, and has
been broken on aarch64 for over a year.

Refs: #345752 648fd81e3e
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-10-02 05:56:05 +02:00
K900
3f7da3dfa9 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-01 08:44:24 +03:00
leiserfg
bb89119ec7
kitty: 0.36.1 -> 0.36.4 2024-09-29 15:21:32 +02:00
github-actions[bot]
8693fc15c4
Merge master into staging-next 2024-09-28 18:04:13 +00:00
nartsisss
d3924417b0
rio: fix build in sandbox on darwin 2024-09-27 03:15:31 +03:00
nartsisss
e0aa44f16e
rio: 0.1.15 -> 0.1.16 2024-09-27 01:16:38 +03:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next 2024-09-21 18:03:54 +00:00
DataHearth
f6814d36b6
rio: 0.1.13 -> 0.1.15 2024-09-20 14:22:10 +02:00
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