Sandro
d06f7e07a6
Merge pull request #130925 from SuperSandro2000/python-aliases
2021-07-22 03:21:11 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias
2021-07-21 13:32:49 +02:00
dan4ik
2047bf6e78
coreterminal: init at 4.2.0
2021-07-20 22:44:05 +07:00
Ben Siraphob
4ce8c34049
treewide: remove unnecessary enableParallelBuilding when using qmake
2021-07-20 10:32:58 +07:00
sternenseemann
3b11fad3b7
foot: 1.8.1 -> 1.8.2
2021-07-19 13:33:25 +02:00
sternenseemann
96054245b5
foot: fix cross compilation
...
* 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-09 00:22:08 +02:00
sternenseemann
355fc79054
foot: 1.8.0 -> 1.8.1
2021-07-01 21:01:42 +02:00
R. RyanTM
f5ca57b613
kitty: 0.21.1 -> 0.21.2
2021-06-29 00:27:07 +00:00
Sandro
407151af56
Merge pull request #128121 from sternenseemann/foot-1.8.0
2021-06-26 18:06:08 +02:00
Sandro
538d123459
Merge pull request #128101 from fortuneteller2k/contour
2021-06-25 19:51:20 +02:00
fortuneteller2k
cec16bcaa3
contour: init at 0.1.1
2021-06-26 01:24:19 +08:00
sternenseemann
5e90cb8800
foot: install terminfo to separate output
...
* 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-25 19:23:32 +02:00
sternenseemann
4c10d0da45
foot: 1.7.2 -> 1.8.0
...
* 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-25 19:05:20 +02:00
Sandro
54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default
2021-06-25 15:53:01 +02:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03:00
Rick van Schijndel
c800214a2d
xterm: support cross-compilation
2021-06-23 20:20:00 +02:00
AndersonTorres
58496df680
sakura: 3.7.1 -> 3.8.2
2021-06-21 00:26:40 -03:00
Luflosi
f3cd158eac
kitty: 0.21.0 -> 0.21.1
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.1
2021-06-14 12:02:39 +02:00
Luflosi
d11e9b1fe5
kitty: runHook preBuild and postBuild
2021-06-14 12:02:30 +02:00
Sandro
d47a079495
Merge pull request #126584 from McSinyx/urxvt-font-size-1.3
...
urxvt-font-size: 2015-05-22 -> 1.3
2021-06-12 18:21:48 +02:00
Luflosi
9052ddec40
kitty: 0.20.3 -> 0.21.0
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.21.0
The patch is no longer needed.
2021-06-12 16:25:50 +02:00
Nguyễn Gia Phong
feeffee081
urxvt-font-size: 2015-05-22 -> 1.3
2021-06-11 17:37:49 +07:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
kat
e4a0b10190
wezterm: Add terminfo output ( #125320 )
...
* wezterm: Add terminfo output
* Update pkgs/applications/terminal-emulators/wezterm/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 17:17:37 +02:00
Rick van Schijndel
7c1d8636dd
st: support cross-compilation ( #123722 )
2021-05-22 17:00:24 +02:00
happysalada
4de07e9681
alacritty: fix darwin build;
2021-05-21 20:24:36 +09:00
Jonathan Ringer
aaf8d15a6b
alacritty: 0.7.2 -> 0.8.0
2021-05-19 23:31:35 -07:00
Martin Weinelt
6205c47b02
rxvt, mrxvt, eterm: Mark vulnerable to unexpected command execution
...
https://www.openwall.com/lists/oss-security/2021/05/17/1
2021-05-18 18:09:47 +02:00
Martin Weinelt
d6c64b2816
rxvt-unicode: 9.22 -> 9.26
2021-05-18 18:09:45 +02:00
sternenseemann
631cbc3de7
foot: fix evaluation with clang stdenvs
...
To be able to do LTO with clang we need the LTO-capable llvm-ar from
libllvm.out (== llvmPackages.llvm) which contains a superset of the llvm
bintools. This used to be passed through from stdenv.cc.cc as llvm, but
has been renamed to libllvm in 7869d16545
.
llvm-ar would be in stdenv.cc.bintools.bintools provided that we are
using a clang stdenv which uses lld as its linker. In the future we could
thus make this inclusion conditional on stdenv.hostPlatform.linker.
Note that the build of foot.tests still fails, pending resolution of #123361 .
2021-05-17 15:48:51 +02:00
Sebastian Sellmeier
cd0b34aff2
terminator: 2.1.0 -> 2.1.1
2021-05-13 18:20:51 +02:00
AndersonTorres
67a2f545ca
eterm: 0.9.6 -> 0.9.6-unstable=2020-03-03
2021-05-12 00:15:40 -03:00
Jörg Thalheim
1e76a18478
Merge pull request #121898 from pinpox/update-wezterm
...
wezterm: update to 2021-04-07
2021-05-11 07:52:26 +01:00
ptrhlm
8e89366c2b
termite: fix vte patch "expose-function-for-getting-the-selected-text" ( #122467 )
...
ZHF: #122042
2021-05-11 00:54:08 +02:00
Nicolas Berbiche
a3969f7909
wayst: unstable-2020-10-12 -> unstable-2021-04-05 ( #122098 )
2021-05-10 19:27:23 +02:00
Vladimír Čunát
080cd658ca
Merge #121780 : treewide meta.maintainers tweaks
2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
...
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Pablo Ovelleiro Corral
5758ed3c5c
Merge branch 'update-wezterm' of github.com:pinpox/nixpkgs into update-wezterm
2021-05-07 01:33:19 +02:00
Pablo Ovelleiro Corral
4416eeb2b5
Update cargo sha256
2021-05-07 01:29:09 +02:00
Pablo Ovelleiro Corral
895f28eb99
Merge branch 'master' of github.com:nixos/nixpkgs into update-wezterm
2021-05-07 01:21:40 +02:00
Pablo Ovelleiro Corral
89cb6395b2
Update pkgs/applications/terminal-emulators/wezterm/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-07 01:19:52 +02:00
Luflosi
00872b6a76
kitty: 0.20.2 -> 0.20.3
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.3
2021-05-06 16:24:25 +02:00
Pablo Ovelleiro Corral
e703d8407a
wezterm: update to 2021-04-07
2021-05-06 10:56:54 +02:00
Luflosi
47f4780fc3
kitty: 0.19.3 -> 0.20.2
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.20.2
2021-04-28 10:47:58 +02:00
Luflosi
4d098d6b39
kitty: clarify license
2021-04-28 10:47:57 +02:00
Luflosi
2751cdfe09
kitty: remove unused variable
2021-04-28 10:47:56 +02:00
sternenseemann
cb605fc83a
foot: 1.7.1 -> 1.7.2
...
https://codeberg.org/dnkl/foot/releases/tag/1.7.2
2021-04-18 20:26:30 +02:00
joachimschmidt557
bdf2f66862
nimmm: 0.1.2 -> 0.2.0
2021-04-15 07:12:55 +02:00
Sandro Jäckel
b667587deb
wezterm: set version number
2021-04-14 18:53:16 +02:00
Pablo Ovelleiro Corral
1618465939
wezterm: 20210314 -> 20210407-nightly, add SuperSandro2000 as maintainer
2021-04-09 21:09:53 +00:00
Pablo Ovelleiro Corral
fd12aef5f6
wezterm: unstable-2020-11-22 -> 20210314
2021-04-09 21:09:53 +00:00
sternenseemann
d6a67759e7
foot: 1.7.0 -> 1.7.1
2021-04-03 14:34:20 +02:00
sternenseemann
4a16f2ec94
foot: add tests checking the clang compilation to the package
...
I want to support this in the future. Since I sometimes forget to check
clang compilation when doing a version bump, there has been regression
to this in the past. Let's prevent this by checking compilation with the
default clang version in nixpkgs and the latest clang as well.
2021-04-03 14:34:20 +02:00
sternenseemann
6c1566fab7
foot: remove usage of stdenv.cc.cc.pname
2021-04-03 14:34:20 +02:00
sternenseemann
68a1f6f391
foot: fix PGO build with clang
...
The way we need to do PGO builds for foot changed. The gcc build was
unaffected by this, but has been updated to the new instructions. For
clang using the outdated introduction meant that the PGO build was
broken when using clang for building foot with PGO enabled.
This has been fixed by updating to the new build instructions for both
gcc and clang when using PGO:
https://codeberg.org/dnkl/foot/pulls/420
foot.override { stdenv = llvmPackages_11.stdenv; } now works as expected.
2021-04-03 14:34:20 +02:00
Daniel Nagy
20d6a29ba4
alacritty: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
2cc031479d
xterm: add changelog
2021-04-01 17:59:48 +02:00
Tim Steinbach
76d378c147
xterm: 366 → 367
2021-03-29 11:36:48 -04:00
sternenseemann
70dee97cae
foot: 1.6.4 -> 1.7.0
...
Most notably introducing a native URL mode.
https://codeberg.org/dnkl/foot/releases/tag/1.7.0
2021-03-20 14:19:34 +01:00
Thomas Mader
2810e2630c
tilix: unstable-2019-10-02 -> 1.9.4
...
Compile with ldc instead of dmd
2021-03-18 17:29:50 +02:00
Samuel Gräfenstein
c3e3a8b21b
kgx: gnome3.libgtop -> libgtop
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
Samuel Gräfenstein
b72ee5775c
treewide: gnome2.gtk -> gtk2
...
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:16 +01:00
Zhaofeng Li
b67d19710c
kgx: init at unstable-2021-03-13
2021-03-13 15:41:55 -08:00
Sandro
6929de24f5
Merge pull request #114820 from bobvanderlinden/pr-hyper-gtk3
...
hyper: add required libraries to library path
2021-03-03 18:37:11 +01:00
Bob van der Linden
091bd4d622
hyper: add required libraries to library path
2021-03-03 17:35:14 +01:00
Jakub Kądziołka
5e401dcd2b
alacritty: fix build
...
Use postInstall instead of installPhase to give the cargo hooks a chance
to set $releaseDir.
2021-02-26 21:59:45 +01:00
github-actions[bot]
4c0670dace
Merge staging-next into staging
2021-02-20 06:17:59 +00:00
Bernardo Meurer
b76422aaed
alacritty: 0.7.1 -> 0.7.2
2021-02-19 18:24:15 -08:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Stefan Frijters
a0e2df27c9
terminator: 1.92 -> 2.1.0
2021-02-16 17:05:07 +01:00
Sandro
f95d52da2b
Merge pull request #112944 from sternenseemann/foot-1.6.4
...
foot: 1.6.3 -> 1.6.4
2021-02-13 00:32:14 +01:00
sternenseemann
aa91dda15c
foot: 1.6.2 -> 1.6.3
2021-02-12 23:30:50 +01:00
Tim Steinbach
7ccbb0d1b4
xterm: 365 → 366
2021-02-11 09:13:45 -05:00
Tim Steinbach
7deb84b02e
xterm: 364 → 365
2021-02-09 10:06:33 -05:00
Sandro
cdc772c394
Merge pull request #112116 from kanashimia/xst
2021-02-06 21:18:06 +01:00
Nikita Ursol
45bbc2e2fc
xst: 0.7.2 -> 0.8.4.1
2021-02-06 11:48:12 +02:00
Tim Steinbach
0a973728df
xterm: 363 -> 364
2021-02-03 10:48:33 -05:00
Ben Siraphob
a6ac3eedbd
treewide: xdg_utils -> xdg-utils
2021-02-01 15:05:09 +07:00
sternenseemann
2fd163f1ba
foot: 1.6.2 -> 1.6.3
2021-01-29 20:05:48 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
zowoq
8adc564f28
treewide: editorconfig fixes
...
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Cole Helbling
016ebc0604
alacritty: 0.7.0 -> 0.7.1
...
https://github.com/alacritty/alacritty/releases/tag/v0.7.1
https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1
2021-01-09 07:18:26 -08:00
Cole Helbling
4dadeb3730
alacritty: 0.6.0 -> 0.7.0
...
https://github.com/alacritty/alacritty/releases/tag/v0.7.0
https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0
2021-01-08 10:53:08 -08:00
Sandro
b139de1c5c
Merge pull request #108632 from fanzeyi/wezterm-darwin
2021-01-07 21:41:57 +01:00
Zeyi Fan
b9f0b2885b
wezterm: build as macOS app
2021-01-06 20:48:30 -08:00
Zeyi Fan
ab64e82e32
wezterm: add macOS support
2021-01-06 19:17:02 -08:00
AndersonTorres
ffe372b356
germinal: init at 26
2021-01-06 14:37:38 -03:00
AndersonTorres
6af002bdd8
tilda: 1.5.2 -> 1.5.4
2021-01-05 08:55:25 -03:00
Niklas Hambüchen
3658b4009f
Merge pull request #107265 from sternenseemann/foot-1.6.0
...
foot: 1.5.1 -> 1.6.2
2020-12-31 01:51:30 +01:00
Tim Steinbach
83bcf66747
xterm: 362 → 363
2020-12-28 10:48:04 -05:00
sternenseemann
ec5f50df5f
foot: 1.5.1 -> 1.6.2
...
* fix build with clangStdenv
* support foot's PGO build
* enable by default
* build should be deterministic with PGO as we use an input file which
is generated with the same seed everytime.
* apply nixpkgs-fmt
2020-12-21 16:02:16 +01:00
Luflosi
0c0a1a9a6d
kitty: 0.19.2 -> 0.19.3
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.3
2020-12-21 15:53:15 +01:00
Stefan Junker
b75e7f4b20
fixup! wezterm: initial package
2020-12-15 12:07:24 +01:00
Stefan Junker
b65b04d4ff
wezterm: initial package
2020-12-15 12:07:24 +01:00
Ferry Jérémie
fa4fc34dcd
correction on Guake i18n : guake use C locales (not gettext directly)
2020-11-29 14:41:27 +01:00
Sandro
a50602546e
Merge pull request #104988 from r-ryantm/auto-update/hyper
...
hyper: 2.1.2 -> 3.0.2
2020-11-26 08:50:42 +01:00
R. RyanTM
213139a180
hyper: 2.1.2 -> 3.0.2
2020-11-26 07:19:23 +00:00
Tim Steinbach
ed0d6be5ec
xterm: Add test reference
2020-11-25 14:27:24 -05:00
Cole Helbling
6cea12ccff
alacritty: 0.6.0-rc1 -> 0.6.0
...
https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md#060
2020-11-24 22:58:37 -08:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Atemu
3a6f097fb8
mlterm: fetch from GitHub instead of Sourceforge
2020-11-19 18:24:34 +01:00
R. RyanTM
6de789ea9b
mlterm: 3.9.0 -> 3.9.1
2020-11-19 07:25:34 +00:00
Doron Behar
0365749e68
Merge pull request #103817 from doronbehar/pkg/alacritty
...
alacritty: 0.5.0 -> 0.6.0-rc1
2020-11-18 15:38:21 +02:00
Tim Steinbach
08e6c4d001
Merge pull request #104018 from NeQuissimus/xterm_update
...
xterm: 353 -> 362, add test, add update script
2020-11-17 12:15:19 -05:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Tim Steinbach
d2d6b5031c
xterm: 353 → 362
2020-11-17 02:32:43 +00:00
Tim Steinbach
6dda0115ae
xterm: Add update script
2020-11-16 21:30:45 -05:00
Doron Behar
f0250226b2
alacritty: 0.5.0 -> 0.6.0-rc1
2020-11-14 18:14:23 +02:00
Jamie McClymont
2ac6d50e16
vte-ng: update patches to apply on vte 0.62
2020-11-14 14:16:14 +01:00
Luflosi
182b7cfb71
kitty: 0.19.1 -> 0.19.2
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.2
2020-11-13 14:17:38 +01:00
Luflosi
09eabf6afd
kitty: use installShellCompletion to install the shell completions
2020-11-13 14:17:38 +01:00
Atemu
c6b47ff678
mlterm: add myself as maintainer
2020-11-07 18:11:40 +01:00
Atemu
62b33a614d
mlterm: add Darwin support
2020-11-07 18:11:40 +01:00
Atemu
42a9cfe540
mlterm: stdenv.lib -> lib
2020-10-31 13:37:11 +01:00
AndersonTorres
5b5aac40d5
Terminal emulators: whitespace cleanup and regroup
...
Because editorconfig complains, and also why not to organize them
"ascii-betically"?
2020-10-28 22:28:32 -03:00
AndersonTorres
2bb3a9da24
A directory-category for terminal emulators
...
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.
Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.
Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00