summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wayst/default.nix
Commit message (Collapse)AuthorAge
* nixos/tests: add passthru.tests to all tested terminal emulatorsJamie McClymont2022-03-20
|
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* wayst: unstable-2020-10-12 -> unstable-2021-04-05 (#122098)Nicolas Berbiche2021-05-10
|
* treewide: xdg_utils -> xdg-utilsBen Siraphob2021-02-01
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* A directory-category for terminal emulatorsAndersonTorres2020-10-28
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.