Commit Graph

179 Commits

Author SHA1 Message Date
Artturi
2357e25d56
Merge pull request #143833 from Artturin/kittyfontconff 2021-10-31 14:35:33 +02:00
Artturin
58fda166ed kitty: fix fontconfig warning during tests 2021-10-31 13:57:39 +02:00
figsoda
ffcff898a6
Merge pull request #143777 from r-ryantm/auto-update/hyper
hyper: 3.1.3 -> 3.1.4
2021-10-30 10:25:16 -04:00
R. Ryantm
90f156d6e1 hyper: 3.1.3 -> 3.1.4 2021-10-29 23:33:16 +00:00
oxalica
d9ff013d0c
alacritty: include patch to fix PTY EIO error 2021-10-29 01:26:55 +08:00
Joerie de Gram
5bee472a9b terminator: use dontWrapGApps to fix desktop icon
Terminator is currently wrapped twice, which makes the python hook use a
wrapped executable name to set argv[0]. As a result, Terminator can't be
matched to its desktop entry and fails to group correctly in e.g. the GNOME app
launcher. Ensuring we only wrap the executable once solves this.
2021-10-17 13:58:55 +02:00
AndersonTorres
7db1198c8e ctx: init at 0.pre+date=2021-10-09 2021-10-13 17:55:51 -03:00
sternenseemann
9a76986ee0 foot: cache stimuliFile more aggressively
stimuliFile would get rebuild with every change in version, since the
stimulusGenerator derivation would depend on the version string. Since
the script often doesn't change between releases, this causes
unnecessary rebuilds and cache duplication.

Additionally we add a test to passthru which checks if the hash of the
script is still up to date: By making its name depend on the version
string, it'll get rebuild on every version change, even if the hash
stays the same. This way we can detect new hash mismatches.
2021-10-07 16:18:59 +02:00
sternenseemann
6bfc5e94f6 foot: 1.9.0 -> 1.9.2
foot's upstream has abandoned the approach of using a custom terminfo
install location and setting TERMINFO, but still supports it. For us
this has eliminated the need to build the foot terminfo files manually,
somehow which is appreciated.

We preserve our current approach: Install terminfo files to the terminfo
output and set TERMINFO to that store path instead of propagating the
output for user env insatllations.

Change logs:

* https://codeberg.org/dnkl/foot/releases/tag/1.9.1

* https://codeberg.org/dnkl/foot/releases/tag/1.9.2
2021-10-07 16:18:59 +02:00
AndersonTorres
9b2a54f7d6 treewide: change 0.0.0 to 0.pre in version attrs 2021-10-05 22:45:24 -03:00
Artturin
937f349b5f rxvt-unicode: fix terminfo path 2021-10-01 20:19:18 +03:00
pennae
2cbdd8d886
aminal: remove (#139747)
* aminal: remove

aminal was renamed to darktile, which was newly added by #136326. there's no
backwards-compatible executable link, so throw with that info.

* Update pkgs/top-level/aliases.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-28 15:17:09 +02:00
figsoda
89e9200aa2
Merge pull request #138983 from r-ryantm/auto-update/xterm
xterm: 368 -> 369
2021-09-23 16:34:53 -04:00
Guillaume Girol
4bc83aaffa
Merge pull request #136489 from ehmry/nimPackages
nimpackages / buildNimPackage
2021-09-22 18:35:38 +00:00
R. RyanTM
8d3c52252c xterm: 368 -> 369 2021-09-22 18:20:39 +00:00
flexagoon
7696d88a4d
darktile: init at 0.0.10 (#136326)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-17 23:25:25 +02:00
R. RyanTM
5a3f567d20 hyper: 3.1.2 -> 3.1.3 2021-09-14 11:31:45 +00:00
Anderson Torres
674586d428
Merge pull request #136744 from AndersonTorres/new-st
A plethora of ST forks
2021-09-06 23:00:17 -03:00
AndersonTorres
53d26fbfba siduck76-st: init at 0.0.0+unstable=2021-08-20 2021-09-06 00:18:26 -03:00
AndersonTorres
ba2821244f mcaimi-st: init at 0.0.0+unstable=2021-08-30 2021-09-06 00:18:26 -03:00
AndersonTorres
2312cef179 lukesmithxyz-st: init at 0.0.0+unstable=2021-08-10 2021-09-06 00:18:26 -03:00
sternenseemann
ca6cb24b96 foot: 1.8.2 -> 1.9.0
https://codeberg.org/dnkl/foot/releases/tag/1.9.0

Main change requiring intervention from our side is the new alternative
terminfo install location used by foot in order to coexist with ncurses'
install location.

We want to keep using the normal terminfo install location:

* ncurses and foot have separate store paths so there won't be an
  actual conflict

* buildEnv etc. can deal with file conflicts when building the
  system path

Since foot now sets the TERMINFO environment variable to its terminfo
directory, we can stop installing foot's terminfo globally always (via
propagated-user-env-package) instead `foot.terminfo` now only needs to
be installed on remote systems were you want to have the proper terminfo
for foot.

We'll need to see if this works reliably in the future. NixOS sets
TERMINFO_DIRS, so there may be packages that have been patched to
respect that, but not TERMINFO.
2021-09-05 14:28:54 +02:00
Emery Hemingway
114ca1a5a8 nimmm: convert to buildNimPackage 2021-09-05 11:20:01 +02:00
AndersonTorres
72dfd9f635 xst: small cosmetic rewrite 2021-09-05 00:00:39 -03:00
AndersonTorres
d26f8c444f st: small cosmetic rewrite 2021-09-05 00:00:39 -03:00
(cdep)illabout
2fe1993baa
termonad: add meta.mainProgram to easily run with flakes
This also adds a top-level `termonad` alias for
`termonad-with-packages`.
2021-09-01 14:03:51 +09:00
Sandro Jäckel
8ff90c392c
wezterm: load shell integration automatically
which follows the upstream RPM packaging https://github.com/wez/wezterm/blob/main/ci/deploy.sh#L83-L121
2021-08-26 16:49:10 +02:00
Sandro
6f8d57aca7
Merge pull request #135528 from SuperSandro2000/wezterm
wezterm: cleanup depedencies, drop steveej from maintainers
2021-08-24 16:46:15 +02:00
Sandro Jäckel
96ddd48239
wezterm: cleanup depedencies, drop steveej from maintainers 2021-08-24 10:46:53 +02:00
Sandro
774ff352d5
Merge pull request #134974 from Mindavi/terminus/remove 2021-08-23 12:26:05 +02:00
Rick van Schijndel
42fed6ea82 terminus: remove
Package is unmaintained in nixpkgs, last update that's packaged is alpha 42 from 2018-03-19
2021-08-21 09:56:09 +02:00
Sandro
746ed3d996
Merge pull request #131559 from Luflosi/update/kitty
kitty: 0.21.2 -> 0.23.1
2021-08-21 02:24:58 +02:00
Rick van Schijndel
94566693ca hyper: remove gnome2 dependency
See also https://github.com/NixOS/nixpkgs/issues/39976
2021-08-20 19:45:02 +02:00
zowoq
10b6e4811a aminal: buildFlagsArray -> ldflags 2021-08-20 17:14:30 +10:00
Luflosi
b4038eacd8
kitty: 0.21.2 -> 0.23.1
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-17 11:27:52 +02:00
Maximilian Bosch
863466b655
Merge pull request #133989 from r-ryantm/auto-update/xterm
xterm: 367 -> 368
2021-08-16 20:57:47 +02:00
Ben Siraphob
e623f82d41
Merge pull request #134225 from hercules-ci/runCommand-no-nocc
runCommandNoCC -> runCommand deprecation
2021-08-15 15:58:23 +00:00
Robert Hensing
fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
Sandro Jäckel
8079e99453
wezterm: 20210502-154244-3f7122cb -> 20210814-124438-54e29167 2021-08-15 15:49:50 +02:00
Artturi
73b1106b80
Merge pull request #133894 from r-ryantm/auto-update/xtermcontrol
xtermcontrol: 3.7 -> 3.8
2021-08-15 06:13:25 +03:00
R. RyanTM
70cba62325 xterm: 367 -> 368 2021-08-14 11:18:05 +00:00
R. RyanTM
9a1307bd36 xtermcontrol: 3.7 -> 3.8 2021-08-14 07:05:44 +00:00
Sandro Jäckel
f20016a4ab
wezterm: install shell-integration script 2021-08-12 18:50:22 +02:00
polykernel
ba4fcbb33f foot: refactor derivation
* 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-08 10:42:15 -04:00
FGD
3580b17899
hyper: 3.0.2 -> 3.1.2 and fix for desktop files (#132395)
* (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-05 16:26:42 +02:00
Naïm Favier
4affbbd371
alacritty: 0.8.0 -> 0.9.0
https://github.com/alacritty/alacritty/releases/tag/v0.9.0

https://github.com/alacritty/alacritty/compare/v0.8.0...v0.9.0
2021-08-03 15:11:39 +02:00
Sandro Jäckel
1c0eb8111f
wezterm: install desktop file 2021-08-02 14:12:16 +02:00
github-actions[bot]
36f70c9637
Merge master into staging-next 2021-07-29 06:01:13 +00:00
Mustafa Çalışkan
8b8d9bb61e
sakura: 3.8.2 -> 3.8.3 2021-07-28 01:19:51 +03:00
github-actions[bot]
6a5e4f2c3d
Merge master into staging-next 2021-07-25 06:01:27 +00:00