Commit graph

27 commits

Author SHA1 Message Date
Mario Rodas 23e36778a1 entr: fix segfault on darwin 2021-06-21 04:20:00 +00:00
R. RyanTM e5e5689e0a entr: 4.8 -> 4.9 2021-05-04 11:34:09 +00:00
R. RyanTM 87b3a29d0a entr: 4.7 -> 4.8 2021-03-01 00:49:58 +00:00
R. RyanTM ea5906141d entr: 4.6 -> 4.7 2021-02-04 06:51:09 +00: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 2dcc0adfbe entr: 4.5 -> 4.6 2020-07-03 06:12:07 +00:00
R. RyanTM 3ab8762b06 entr: 4.4 -> 4.5 2020-05-04 21:40:16 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 2aff2262e0 entr: 4.3 -> 4.4 2020-01-06 01:32:56 -08:00
Patrick Hilhorst be015b471c entr: Add synthetica9 as maintainer (#70625) 2019-10-08 14:24:14 +02:00
R. RyanTM 33da3a4d32 entr: 4.2 -> 4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/entr/versions
2019-10-07 10:25:09 -07: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
Pascal Wittmann 5e8634e4f4
entr: 4.1 -> 4.2 2019-04-07 18:53:15 +02:00
R. RyanTM 56b6771e09 entr: 4.0 -> 4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/entr/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1/bin/entr had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 4.1 with grep in /nix/store/10c98102g693y06k81q97z6akq0a87i8-entr-4.1
- directory tree listing: https://gist.github.com/fd156bc7a5f670e3b90073b60678bee9
- du listing: https://gist.github.com/3a2e6fc964562e2a7d597aeb4c95b46d
2018-06-19 11:47:55 -07:00
Pascal Wittmann 4925a5a40c
entr: 3.9 -> 4.0 2018-02-26 11:53:22 +01:00
José Romildo Malaquias 4126100103 entr: 3.8 -> 3.9 2017-09-30 23:20:52 -03:00
mimadrid 47974b2670
entr: 3.7 -> 3.8 2017-09-23 00:28:02 +02:00
Nick Novitski d546966d7d entr: upgrade to 3.7 2017-03-15 17:22:35 +13:00
Pascal Wittmann 15fe70d1a3
entr: 3.5 -> 3.6 2017-01-09 20:49:02 +01:00
Pascal Wittmann b56dc1c4b0 entr: 3.4 -> 3.5 2016-04-22 21:05:38 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Pascal Wittmann 6ea546e3b9 entr: 3.2 -> 3.4 2016-03-20 13:23:31 +01:00
Thomas Tuegel da972b6cc4 ncurses: move runtime utilities to $out
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.

Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Vladimír Čunát 91407a8bdf ncurses: split into multiple outputs
Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
2015-10-13 20:18:44 +02:00
John Chee 6c14111c9d entr: init at 3.2 2015-07-30 23:05:38 -07:00