Commit graph

30 commits

Author SHA1 Message Date
Grace Dinh 3bc50ffbb0
eternal-terminal: unmark broken on darwin (#208833) 2023-01-09 01:01:22 +01:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Janne Heß bfc5086ae9
Merge pull request #173671 from Mindavi/treewide/broken-zhf
treewide: start marking packages broken
2022-05-30 14:10:43 +02:00
Rick van Schijndel cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Fabian Affolter 6d3fd9cde4 eternal-terminal: 6.1.11 -> 6.2.1 2022-05-28 13:16:22 +02:00
Maximilian Bosch b770794ce3
eternal-terminal: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/154077447
2022-02-27 10:26:44 +01:00
Matt Sawyer 2ef808d266
eternal-terminal: remove broken linker flag for c++fs (#161416) 2022-02-22 19:07:01 -05:00
Jelle Besseling 5dd2d74296
eternal-terminal: remove pingiun as maintainer 2022-02-19 17:47:41 +01:00
Fabian Affolter 48b494e35f eternal-terminal: 6.1.9 -> 6.1.11 2022-01-14 22:58:41 +01:00
Marc Seeger 5f6472a107 eternal-terminal: 6.1.8 -> 6.1.9 2021-11-05 10:03:13 -07:00
R. RyanTM 17f9a15b50 eternal-terminal: 6.1.7 -> 6.1.8 2021-05-29 11:27:57 +00:00
Marc Seeger 715f47fe06 eternal-terminal: 6.0.13 -> 6.1.7 2021-04-28 05:48:42 -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
R. RyanTM 7d4a1d8348 eternal-terminal: 6.0.11 -> 6.0.13 2020-11-23 00:28:04 +00:00
R. RyanTM c3d53b8b60 eternal-terminal: 6.0.9 -> 6.0.11 2020-08-15 15:22:14 -07:00
R. RyanTM 12566dbe3b eternal-terminal: 6.0.7 -> 6.0.9 2020-07-31 23:44:51 +00:00
R. RyanTM c522b865b9 eternal-terminal: 6.0.6 -> 6.0.7 2020-03-04 20:39:16 +00:00
R. RyanTM b756e7282d eternal-terminal: 6.0.5 -> 6.0.6 2020-02-19 19:25:51 +00:00
R. RyanTM dce4b28327 eternal-terminal: 6.0.4 -> 6.0.5 2020-01-06 01:09:54 -08:00
Jelle Besseling a25d98f399
eternal-terminal: 5.1.10 -> 6.0.4 2019-11-01 12:46:50 +01: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 464869a70d eternal-terminal: 5.1.9 -> 5.1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eternal-terminal/versions
2019-06-01 06:51:41 -07:00
qolii f83b393daa Eternal-terminal: 5.1.8 -> 5.1.9 2019-01-25 17:47:20 -08:00
xeji c970b4ef12 eternal-terminal: fix homepage url 2018-10-31 19:11:23 +01:00
qolii 30c92945a4 eternal-terminal: 5.1.7 -> 5.1.8. 2018-10-31 19:10:29 +01:00
qolii 145627391b eternal-terminal: enable darwin build. 2018-10-26 19:59:27 +03:00
qolii 2da9bb8b4d eternal-terminal: 5.1.6 -> 5.1.7. 2018-10-25 10:10:22 -07:00
Matthew Robbetts 747377a9f8 Add ninja, remove enableParallelBuilding. 2018-10-17 23:05:21 -07:00
Matthew Robbetts 70d532cf2c eternal-terminal: 4.1.2 -> 5.1.6. 2018-10-17 16:57:59 -07:00
Tuomas Tynkkynen ab5357b80d eternal-terminal: init at 4.1.2 2018-01-30 13:01:58 +02:00