Commit Graph

18 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
d208683cdf hyper: 3.3.0 -> 3.4.1 2023-01-12 23:58:06 +00:00
R. Ryantm
c93e2e58ec hyper: 3.2.3 -> 3.3.0 2022-08-22 12:04:05 +00:00
R. Ryantm
7b1c3759d1 hyper: 3.2.1 -> 3.2.3 2022-07-28 14:46:56 +00:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
R. Ryantm
6edc4b20c7 hyper: 3.2.0 -> 3.2.1 2022-04-08 00:23:46 +00:00
Jamie McClymont
694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
Fabian Dröge
b2cb244b37
hyper: 3.1.4 -> 3.2.0 (#158124)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-04 18:41:57 +02:00
R. RyanTM
e09b9d401f
hyper: 3.1.4 -> 3.1.5
(#154561)
2022-01-14 17:09:00 +01:00
R. Ryantm
90f156d6e1 hyper: 3.1.3 -> 3.1.4 2021-10-29 23:33:16 +00:00
R. RyanTM
5a3f567d20 hyper: 3.1.2 -> 3.1.3 2021-09-14 11:31:45 +00: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
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
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Bob van der Linden
091bd4d622
hyper: add required libraries to library path 2021-03-03 17:35:14 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
R. RyanTM
213139a180 hyper: 2.1.2 -> 3.0.2 2020-11-26 07:19:23 +00: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