about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24wezterm: cleanup depedencies, drop steveej from maintainersSandro Jäckel1-51/+30
2021-08-23Merge pull request #134974 from Mindavi/terminus/removeSandro1-44/+0
2021-08-21terminus: removeRick van Schijndel1-44/+0
Package is unmaintained in nixpkgs, last update that's packaged is alpha 42 from 2018-03-19
2021-08-21Merge pull request #131559 from Luflosi/update/kittySandro1-5/+11
kitty: 0.21.2 -> 0.23.1
2021-08-20hyper: remove gnome2 dependencyRick van Schijndel1-2/+2
See also https://github.com/NixOS/nixpkgs/issues/39976
2021-08-20aminal: buildFlagsArray -> ldflagszowoq1-3/+3
2021-08-17kitty: 0.21.2 -> 0.23.1Luflosi1-5/+11
https://github.com/kovidgoyal/kitty/releases/tag/v0.23.1 Add the new dependencies required for building the documentation. Also run the postInstall hook at the end of the installPhase instead of in the middle. The URL of the changelog has changed slightly. The old one still works because of a redirect but it's better to use the new one directly.
2021-08-16Merge pull request #133989 from r-ryantm/auto-update/xtermMaximilian Bosch1-7/+3
xterm: 367 -> 368
2021-08-15Merge pull request #134225 from hercules-ci/runCommand-no-noccBen Siraphob1-2/+2
runCommandNoCC -> runCommand deprecation
2021-08-15treewide: runCommandNoCC -> runCommandRobert Hensing1-2/+2
This has been synonymous for ~5y.
2021-08-15wezterm: 20210502-154244-3f7122cb -> 20210814-124438-54e29167Sandro Jäckel1-3/+3
2021-08-15Merge pull request #133894 from r-ryantm/auto-update/xtermcontrolArtturi1-2/+2
xtermcontrol: 3.7 -> 3.8
2021-08-14xterm: 367 -> 368R. RyanTM1-7/+3
2021-08-14xtermcontrol: 3.7 -> 3.8R. RyanTM1-2/+2
2021-08-12wezterm: install shell-integration scriptSandro Jäckel1-0/+5
2021-08-08foot: refactor derivationpolykernel1-4/+8
* Change from fetchzip to fetchFromGitea * Set `mesonBuildType` instead of supplying the `--build-type=` argument in `mesonFlags` as the build type option will be repeated.
2021-08-05hyper: 3.0.2 -> 3.1.2 and fix for desktop files (#132395)FGD1-8/+20
* (hyper): 3.0.2 -> 3.1.1 and fix for desktop files * hyper: fix deb hash Fixes ownload of old cached deb package and addition of "new" dependencies. * hyper: move desktopItem into mkDerivation * hyper: Simpler fix for the desktopItem issue - Subsituting the erronous path for the executable name - Cleanup of the function args
2021-08-03alacritty: 0.8.0 -> 0.9.0Naïm Favier1-3/+4
https://github.com/alacritty/alacritty/releases/tag/v0.9.0 https://github.com/alacritty/alacritty/compare/v0.8.0...v0.9.0
2021-08-02wezterm: install desktop fileSandro Jäckel1-2/+6
2021-07-29Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-07-28sakura: 3.8.2 -> 3.8.3Mustafa Çalışkan1-2/+2
2021-07-25Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-07-25iterm2: 3.3.9 -> 3.4.0 (#131314)Matthew Leach1-2/+2
Fixes: #131269
2021-07-23Merge staging-next into staginggithub-actions[bot]1-0/+10
2021-07-23Merge pull request #131080 from sternenseemann/foot-clang-pgoJörg Thalheim1-0/+10
foot: fix PGO builds with clang
2021-07-23Merge staging-next into staginggithub-actions[bot]1-1/+1
2021-07-22Merge pull request #131125 from cole-h/alacrittyPavol Rusnak1-1/+1
alacritty: drop cole-h as maintainer
2021-07-22alacritty: drop cole-h as maintainerCole Helbling1-1/+1
I don't use alacritty any more.
2021-07-22foot: fix PGO builds with clangsternenseemann1-0/+10
A regression I unfortunately did not notice despite adding tests for it (which even failed). See: * https://codeberg.org/dnkl/foot/issues/642 * https://codeberg.org/dnkl/foot/pulls/643
2021-07-22Merge staging-next into staginggithub-actions[bot]2-1/+43
2021-07-22Merge pull request #130925 from SuperSandro2000/python-aliasesSandro1-1/+1
2021-07-21pythonPackages: deprecate pytestrunner aliasSandro Jäckel1-1/+1
2021-07-20coreterminal: init at 4.2.0dan4ik1-0/+42
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-07-19foot: 1.8.1 -> 1.8.2sternenseemann1-2/+2
2021-07-09foot: fix cross compilationsternenseemann1-3/+9
* needs PKG_CONFIG_FOR_BUILD * in the non-native case we need wayland-scanner (build) and wayland-protocols (host) separately * ar needs targetPrefix as well
2021-07-01foot: 1.8.0 -> 1.8.1sternenseemann1-2/+2
2021-06-29kitty: 0.21.1 -> 0.21.2R. RyanTM1-2/+2
2021-06-26Merge pull request #128121 from sternenseemann/foot-1.8.0Sandro1-4/+19
2021-06-25Merge pull request #128101 from fortuneteller2k/contourSandro1-0/+27
2021-06-26contour: init at 0.1.1fortuneteller2k1-0/+27
2021-06-25foot: install terminfo to separate outputsternenseemann1-1/+14
* See also https://codeberg.org/dnkl/foot/pulls/607 * propagated-user-env-packages is undocumented unfortunately, but ensure that if you add foot(.out) to your `systemPackages` or install it via `nix-env`, the terminfo output is also installed automatically. * Resolves #125390.
2021-06-25foot: 1.7.2 -> 1.8.0sternenseemann1-3/+5
* https://codeberg.org/dnkl/foot/releases/tag/1.8.0 * Enable grapheme shaping via fcft and utf8proc. Requires `tweak.grapheme-shaping=yes` in foot.ini as well.
2021-06-25Merge pull request #127941 from liff/libwnck/3-is-defaultSandro1-2/+2
2021-06-24libwnck: make 3.36.0 defaultOlli Helenius1-2/+2
2021-06-23xterm: support cross-compilationRick van Schijndel1-3/+8
2021-06-21sakura: 3.7.1 -> 3.8.2AndersonTorres1-11/+22
2021-06-14kitty: 0.21.0 -> 0.21.1Luflosi1-2/+2
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14kitty: runHook preBuild and postBuildLuflosi1-11/+15
2021-06-12Merge pull request #126584 from McSinyx/urxvt-font-size-1.3Sandro1-5/+5
urxvt-font-size: 2015-05-22 -> 1.3