Commit Graph

847 Commits

Author SHA1 Message Date
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
R. Ryantm
07f4f2e94c roxterm: 3.14.1 -> 3.14.2 2023-11-01 03:33:37 +00:00
Weijia Wang
af156474bd treewide: remove references to qtquick1 2023-10-28 15:19:57 +02:00
Vladimír Čunát
4811d39738
Merge #258619: xterm: 384 -> 388
...into staging
2023-10-26 09:49:59 +02:00
Sergei Trofimovich
013d6adadc xterm: 384 -> 388
Changes:
- https://invisible-island.net/xterm/xterm.log.html#xterm_385
- https://invisible-island.net/xterm/xterm.log.html#xterm_386
- https://invisible-island.net/xterm/xterm.log.html#xterm_387
- https://invisible-island.net/xterm/xterm.log.html#xterm_388
2023-10-23 18:50:00 +01:00
Peder Bergebakken Sundt
a3c9ae5a68 lxterminal: 0.3.2 -> 0.4.0
Diff: https://github.com/lxde/lxterminal/compare/0.3.2...0.4.0
2023-10-20 23:50:25 +02:00
Ashish SHUKLA
eaa3bc49f1 foot: add myself to maintainers 2023-10-14 13:34:23 +02:00
Ashish SHUKLA
d916af6441 foot: 1.15.3 -> 1.16.1 2023-10-14 13:34:23 +02:00
Anderson Torres
bde3f6a4b1 havoc: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
be48e33bc3 tilda: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
ce3ff6bf4a kermit-terminal: update
- multiple outputs
- add meta.mainProgram
- migrate to by-name
2023-10-11 23:42:04 -03:00
Anderson Torres
f3fabeca1e germinal: migrate to by-name 2023-10-11 23:42:04 -03:00
maxine
e8037210be
Merge pull request #258958 from r-ryantm/auto-update/roxterm
roxterm: 3.12.1 -> 3.14.1
2023-10-09 18:43:55 +02:00
Anselm Schüler
bf1bd46d9b rio: set meta.mainProgram 2023-10-08 23:57:30 +02:00
R. Ryantm
921507e404 roxterm: 3.12.1 -> 3.14.1 2023-10-07 09:08:38 +00:00
Nikolay Korotkiy
9d34693a95
iterm2: 3.4.20 → 3.4.21 2023-10-07 01:47:05 +04:00
OTABI Tomoya
51d261b0ae
Merge pull request #259187 from cafkafk/cafk-kitty
kitty: 0.30.0 -> 0.30.1
2023-10-06 18:56:16 +09:00
Anderson Torres
df1882cd87 ctx: migrate to by-name 2023-10-05 17:53:27 -03:00
Anderson Torres
f6c5e9a5ef ctx: unstable-2023-06-05 -> unstable-2023-09-03 2023-10-05 17:53:27 -03:00
Christina Sørensen
b17c0fc96a
kitty: 0.30.0 -> 0.30.1
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-05 15:55:49 +02:00
Anderson Torres
275432f576 kitty-themes: unstable-2023-06-01 -> unstable-2023-09-15 2023-10-05 08:07:28 -03:00
Anderson Torres
492414af5f treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
Ashish SHUKLA
24df020124
alacritty: 0.12.2 -> 0.12.3 2023-10-03 00:49:47 +02:00
Nick Cao
00416be09a
Merge pull request #256448 from alyssais/foot-debug
foot: enable debug info
2023-09-21 09:27:57 -04:00
Doron Behar
8ace65ff3d
treewide: use finalAttrs in all packages I maintain (#255902)
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat

* musescore: use finalAttrs in mkDerivation

* syncthingtray: use stdenv.mkDerivation with a function; reformat

* ocrfeeder: use finalAttrs in mkDerivation; reformat

* castget: use finalAttrs in mkDerivation

* gnome-network-displays: use finalAttrs in mkDerivation

* mailreaders: use finalAttrs in mkDerivation

* mswatch: use finalAttrs in mkDerivation

* uhd: use finalAttrs in mkDerivation

* maxima: use finalAttrs in mkDerivation

* qalculate-gtk: use finalAttrs in mkDerivation

* qalculate-qt: use finalAttrs in mkDerivation

* wxmaxima: use finalAttrs in mkDerivation

* lammps: use finalAttrs in mkDerivation

* mlterm: use finalAttrs in mkDerivation

* video-trimmer: use finalAttrs in mkDerivation

* nerdfonts: use finalAttrs in mkDerivation

* gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation

* octave: use finalAttrs in mkDerivation; reformat

* comedilib: use finalAttrs in mkDerivation

* cpp-utilities: use finalAttrs in mkDerivation

* libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat

* liberio: use finalAttrs in mkDerivation

* libqalculate: use finalAttrs in mkDerivation; reformat

* libwtk-sdl2: use finalAttrs in mkDerivation

* libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat

* qrupdate: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat

* libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat

* sqlitecpp: use finalAttrs in mkDerivation; reformat

* tweeny: use finalAttrs in mkDerivation

* volk: use finalAttrs in mkDerivation

* wiringpi: use finalAttrs in mkDerivation

* snzip: use finalAttrs in mkDerivation; reformat

* bpm-tools: use finalAttrs in mkDerivation; reformat

* sacd: use finalAttrs in mkDerivation

* gtk-gnutella: use finalAttrs in mkDerivation; reformat

* sile: use finalAttrs in mkDerivation

* pplatex: use finalAttrs in mkDerivation; reformat
2023-09-21 11:31:17 +03:00
Alyssa Ross
1293c41800
foot: enable debug info 2023-09-21 07:17:22 +00:00
kashw2
d13268ac8a kitty: 0.29.2 -> 0.30.0 2023-09-20 18:42:22 +10:00
Otavio Salvador
109cf31261 rio: add desktop file, icon
Refs: #252814.
Co-authored-by: Cole Mickens <cole.mickens@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-09-19 14:23:25 -03:00
Otavio Salvador
b1a6d04742 rio: 0.0.18 -> 0.0.19
Fixes: #256113.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-09-19 10:45:26 -03:00
Maciej Krüger
a4dde5a1a9
Merge pull request #253334 from nbraud/nixos/terminfo 2023-09-12 14:46:08 +02:00
Anderson Torres
2ab03da4fd eterm: remove 2023-09-11 04:20:06 +00:00
nicoo
c5de4a5be3 yaft: Provide terminfo in separate output 2023-09-09 09:16:28 +00:00
nicoo
a4116e9289 st: Provide terminfo in separate output 2023-09-09 09:16:28 +00:00
nicoo
91b8537619 contour: Provide terminfo in separate output 2023-09-09 09:16:07 +00:00
Nick Cao
98d24eaa83
Merge pull request #253831 from a3f/a3f/microcom-bump
microcom: 2019.01.0 -> 2023.09.0
2023-09-07 10:50:25 -04:00
Ahmad Fatoum
46fc99a2b1 microcom: 2019.01.0 -> 2023.09.0
Most importantly, this release switches to using flock on the TTY device
instead of lock files, which necessitated the constant use of --force.

Diff: https://github.com/pengutronix/microcom/compare/v2019.01.0...v2023.09.0

Changelog: https://github.com/pengutronix/microcom/releases/tag/v2023.09.0
2023-09-07 12:27:48 +02:00
kashw2
beb1dda3e7 tym: 3.4.1 -> 3.5.0 2023-09-03 21:12:34 +10:00
Philipp Jungkamp
3d3251d43c blackbox-terminal: add mainProgram 2023-09-01 14:38:16 +00:00
Icy-Thought
8ee88235bf
rio: 0.0.16 -> 0.0.18 2023-08-30 22:49:10 +02:00
Theodore Ni
b48037703b
kitty: no need to disable strictoverflow hardening 2023-08-26 14:08:52 -07:00
Austin Horstman
8f1e764551
treewide: add meta.mainProgram (#251487)
* skhd: add meta.mainProgram

* yabai: add meta.mainProgram

* kitty: add meta.mainProgram

* alacritty: add meta.mainProgram

* thunar: add meta.mainProgram

* looking-glass-client: add meta.mainProgram

* thunderbird: add meta.mainProgram

* ckb-next: add meta.mainProgram

* virt-manager: add meta.mainProgram

* gh: add meta.mainProgram
2023-08-26 15:03:52 +03:00
arcnmx
4a49e79708 rxvt-unicode: patch to support perl 5.38
This fixes character encoding and rendering issues with non-ascii
characters after the recent perl update. The urxvt patch notes state:

> perl 5.38 does not handle empty locale names, use "C" instead
2023-08-14 16:27:38 -07:00
Nick Cao
cd886dcd9b
Merge pull request #248570 from sikmir/iterm2
iterm2: 3.4.19 → 3.4.20
2023-08-13 00:28:47 -06:00
Nikolay Korotkiy
004188f349
iterm2: 3.4.19 → 3.4.20 2023-08-11 22:48:55 +04:00
Ludovico Piero
b5116310bc
treewide: add meta.mainProgram and other cleanup 2023-08-11 11:56:27 +10:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next 2023-08-08 00:01:49 +00:00
Ashish SHUKLA
66ca0880fd foot: 1.15.2 -> 1.15.3
- Remove unnecessary rec keyword
2023-08-07 23:15:46 +02:00
Robert Schütz
242d458f25 Merge branch 'master' into staging-next 2023-08-07 12:40:10 -07:00
Jan Tojnar
25ced5ec2d
Merge pull request #247662 from bobby285271/upd/gnome
GNOME updates 2023-08-07
2023-08-07 20:12:35 +02:00
Bobby Rong
b5c809b161
gnome-console: 44.0 → 44.4
https://gitlab.gnome.org/GNOME/console/-/compare/44.0...44.4
2023-08-07 12:31:33 +08:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next 2023-08-05 07:40:22 +02:00
n3oney
02d604cd68
treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
github-actions[bot]
e13e3f4c54
Merge master into staging-next 2023-08-03 18:01:14 +00:00
Otavio Salvador
69a8986058 rio: 0.0.9 -> 0.0.16
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-08-03 16:19:22 +00:00
github-actions[bot]
1e74d60033
Merge master into staging-next 2023-08-02 00:01:57 +00:00
sternenseemann
0b6ee2c783
foot: 1.15.1 -> 1.15.2 (#246561)
https://codeberg.org/dnkl/foot/releases/tag/1.15.2
2023-08-01 22:05:07 +02:00
github-actions[bot]
039200b6c4
Merge staging-next into staging 2023-07-28 18:01:52 +00:00
OPNA2608
f383ce3623 foot: Pull patch to fix under Mir
Upstream issue: https://codeberg.org/dnkl/foot/issues/1444, fixes miriway VM tests.
2023-07-28 16:04:43 +02:00
github-actions[bot]
e913a05c06
Merge staging-next into staging 2023-07-28 06:01:52 +00:00
Nick Cao
39cf0a691c
Merge pull request #245735 from adamcstephens/kitty/0.29.2
kitty: 0.29.1 -> 0.29.2
2023-07-27 19:31:00 -06:00
Adam Stephens
8314d9f457
kitty: 0.29.1 -> 0.29.2 2023-07-27 09:20:04 -04:00
Victor Engmark
a9a032fa74 terminal-emulators/kitty: ShellCheck embedded scripts 2023-07-27 14:09:33 +12:00
github-actions[bot]
c17c8dd604
Merge staging-next into staging 2023-07-25 12:01:57 +00:00
Nick Cao
dda3f45b22
Merge pull request #245349 from chuangzhu/blackbox
blackbox-terminal: fix closing confirm dialog
2023-07-25 04:30:55 -06:00
Chuang Zhu
1f5a92ddfc blackbox-terminal: fix closing confirm dialog 2023-07-25 17:08:23 +08:00
github-actions[bot]
b8dbb233c8
Merge staging-next into staging 2023-07-22 06:01:44 +00:00
github-actions[bot]
c892f7b1e4
Merge master into staging-next 2023-07-22 06:01:12 +00:00
Martin Weinelt
ab5d3388db foot: 1.15.0 -> 1.15.1
https://codeberg.org/dnkl/foot/releases/tag/1.15.1
2023-07-22 03:31:13 +02:00
github-actions[bot]
6ce03a2dbd
Merge staging-next into staging 2023-07-20 18:01:51 +00:00
github-actions[bot]
da1f279ece
Merge master into staging-next 2023-07-20 18:01:17 +00:00
Sandro
03bdf06c55
Merge pull request #244398 from tfmoraes/blackbox_terminal_0.14 2023-07-20 16:55:27 +02:00
Gaetan Lepage
c87e4eb5c3 cool-retro-term: 1.1.1 -> 1.2.0 2023-07-20 15:59:29 +02:00
Thiago Franco de Moraes
4c6d4170f2
blackbox-terminal: 0.13.2 -> 0.14.0 2023-07-20 10:38:49 -03:00
github-actions[bot]
d12071ab09
Merge staging-next into staging 2023-07-20 06:01:55 +00:00
github-actions[bot]
b6ae9ef2db
Merge master into staging-next 2023-07-20 06:01:21 +00:00
Nick Cao
ae9f44c7a2
Merge pull request #243970 from adamcstephens/kitty/0.29.1
kitty: 0.29.0 -> 0.29.1
2023-07-19 19:03:20 -06:00
github-actions[bot]
37fc16af20
Merge staging-next into staging 2023-07-18 18:02:05 +00:00
github-actions[bot]
acbec64db0
Merge master into staging-next 2023-07-18 18:01:26 +00:00
apfelkuchen06
aa2fc5e1ea foot: 1.14.0 -> 1.15.0
Changelog: https://codeberg.org/dnkl/foot/releases/tag/1.15.0
Diff: https://codeberg.org/dnkl/foot/compare/1.14.0...1.15.0
2023-07-18 16:04:10 +02:00
Sergei Trofimovich
ba2eae1629 xterm: 383 -> 384
Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_384
2023-07-18 11:00:15 +01:00
Adam Stephens
4ec2f8b213
kitty: 0.29.0 -> 0.29.1 2023-07-17 08:50:57 -04:00
github-actions[bot]
fad49da923
Merge staging-next into staging 2023-07-17 06:02:22 +00:00
Henner Zeller
1a0f9c0d25 wayst: unstable-2021-04-05 -> unstable-2023-07-16
Update to latest head.
2023-07-16 18:07:09 -07:00
github-actions[bot]
5b36eb4172
Merge staging-next into staging 2023-07-17 00:03:32 +00:00
Otavio Salvador
99d417bab0 rio: 0.0.8 -> 0.0.9
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
0a93242075 rio: add nixosTests support using terminal-emulators existing set
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
638d2b9324 rio: install new terminfo file
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Otavio Salvador
06a90883fc rio: replace gitUpdater with nix-update-script
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-16 20:20:04 -03:00
Artturi
c831e7939f
Merge pull request #242905 from Artturin/gomodu1 2023-07-14 01:36:16 +03:00
Artturin
1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
github-actions[bot]
f4330398cd
Merge master into staging-next 2023-07-13 12:01:13 +00:00
Vladimír Čunát
b77e88f15c
Merge #243211: treewide: disable fortify3 flag on packages
...into staging-next
2023-07-13 10:09:54 +02:00
Kaleb Elwert
714867a88e wezterm: 20230408-112425-69ae8472 -> 20230712-072601-f4abf8fd 2023-07-12 23:49:28 -07:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
Theodore Ni
be0667a60b
kitty: disable fortify3 hardening flag 2023-07-12 20:38:24 -07:00
Adam Stephens
0fa2ff3871
kitty: 0.28.1 -> 0.29.0 2023-07-12 11:19:12 -04:00
github-actions[bot]
d25c057844
Merge master into staging-next 2023-07-11 06:01:13 +00:00
Anderson Torres
f152e6f861 sakura: 3.8.5 -> 3.8.7 2023-07-10 22:34:58 -03:00
github-actions[bot]
1a76e12ddc
Merge master into staging-next 2023-07-06 18:01:11 +00:00
Artturi
0ad0cc5039
Merge pull request #241707 from Artturin/kittyoverridable 2023-07-06 20:09:22 +03:00
Sergei Trofimovich
f047c8ca74
Merge pull request #240687 from r-ryantm/auto-update/xterm
xterm: 382 -> 383
2023-07-05 23:55:32 +01:00
Artturin
787af0f79f kitty: make possible to override goModules
go-modules name had to be changed to goModules so it becomes a env
var (bash vars can't contain -)

enables overriding the build without overriding configurePhase

```
pkgs.kitty.overrideAttrs (finalAttrs: previousAttrs: {
  name = "kitty-master";
  version = "master";
  src = pkgs.fetchFromGitHub {
    owner = "kovidgoyal";
    repo = "kitty";
    rev = "66a2efd191f98a1a5b3c2d4fdc9569204b445a2f";
    sha256 = "sha256-pJuhnJOjGBflHXOOYKrg9/e3c+VGEESZtfka84ARCd4=";
  };
  goModules = (pkgs.buildGoModule {
    pname = "kitty-go-modules";
    inherit (finalAttrs) src version;
    vendorHash = "sha256-eAovZ/7JnvXlnlFyt0skhYJ1Nrzy2XCpRlQvSmWCyaY=";
  }).go-modules;
})
```
2023-07-05 18:20:10 +03:00
Otavio Salvador
5ef952ae13 rio: enable Wayland by default
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
Otavio Salvador
c689e7f7e1 rio: 0.0.7 -> 0.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-07-03 17:25:27 -03:00
figsoda
50acc2d57a pkgs/applications: replace "${version}" with version 2023-07-02 14:39:50 -04:00
Leona Maroni
e8daa26290
alacritty: 0.12.1 -> 0.12.2 (#240962) 2023-07-01 21:31:51 +02:00
Adam Joseph
64d0029e28 alacritty: --add-rpath instead of --set-rpath
As reported by @blucoat in
https://github.com/NixOS/nixpkgs/issues/219213 alacritty's RPATH is
missing many of the libraries which it links to, including for
example glibc.

The problem was diagnosed by @kchibisov as being caused by
alacritty's use of `--set-rpath` (which completely replaces the
rpath) instead of `--add-rpath` (which adds additional entries to
the rpath):

  https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507655801

This commit implements @kchibisov's idea to change `--set-rpath` to
`--add-rpath`:

  https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507691822

Closes #219213
2023-06-30 11:19:45 -07:00
R. Ryantm
7272366a52 xterm: 382 -> 383 2023-06-30 08:50:10 +00:00
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