Commit Graph

21 Commits

Author SHA1 Message Date
Kamil Zaripov
0142578e3c
tio: add IOKit to enable custom baudrates on darwin (#289508) 2024-03-09 14:14:13 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Henner Zeller
df8dcb4339 tio: 2.6 -> 2.7 2023-09-24 10:01:09 -07:00
R. Ryantm
38d8504d3f tio: 2.5 -> 2.6 2023-06-22 02:59:42 +00:00
squalus
c613b82a0d tio: fix cross compile 2023-05-18 20:47:48 -07:00
R. Ryantm
8ea4892e39 tio: 2.4 -> 2.5 2022-12-19 18:15:22 +00:00
R. Ryantm
f00826a797 tio: 2.3 -> 2.4 2022-12-07 02:53:29 +00:00
Bobby Rong
a18ecf7b73
tio: remove unused cmake from nativeBuildInputs
https://github.com/jtojnar/nixpkgs-hammering/blob/main/explanations/meson-cmake.md
2022-11-05 21:40:45 +08:00
R. Ryantm
7f38631b79 tio: 2.1 -> 2.3 2022-11-02 16:18:14 +00:00
R. Ryantm
5e45d96906 tio: 2.0 -> 2.1 2022-10-17 22:28:18 +08:00
prtzl
05bbb2fd2e tio: 1.35 -> 2.0 2022-09-23 15:33:54 +02:00
Alyssa Ross
10ebbd63e9 tio: 1.32 -> 1.35 2022-03-07 15:04:27 +01:00
Yana Timoshenko
719567e91f maintainers: update personal details 2021-12-31 21:48:55 +03:00
Felix Buehler
8ee398d016 tio: switch to fetchFromGitHub 2021-09-19 18:57:27 +02: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Andrew Childs
6e71ffbabf tio: expand platforms to "unix" to include darwin 2019-12-15 21:23:16 +09:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
1bb7496d2e tio: 1.31 -> 1.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tio/versions
2018-11-08 12:14:48 -08:00
R. RyanTM
d662aed7a4 tio: 1.30 -> 1.31
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tio/versions.
2018-07-10 21:56:20 -07:00
Yegor Timoshenko
bcaff3c3e0
tty: init at 1.30 2018-05-10 17:04:04 +03:00