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
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