Commit graph

15 commits

Author SHA1 Message Date
Sandro Jäckel 73ac41146b
smenu: format, add SuperSandro2000 as maintainer 2021-02-12 16:54:50 +01:00
Matthias Beyer 18a9624184 smenu: 0.9.16 -> 0.9.17
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Message-Id: <20210201142257.517-2-mail@beyermatthias.de>
2021-02-03 14:17:23 +01: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 f63c9bced2 smenu: 0.9.15 -> 0.9.16 2020-09-26 21:20:00 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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 e643b2ca6f smenu: 0.9.14 -> 0.9.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smenu/versions
2019-04-02 19:31:31 -07:00
Travis A. Everett a192cf371f
smenu: relax platform from linux to unix 2019-03-11 13:16:55 -05:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
R. RyanTM 64c13ec01c smenu: 0.9.13 -> 0.9.14 (#46189)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
smenu
2018-09-07 20:12:53 +02:00
R. RyanTM 8890e540d9 smenu: 0.9.11 -> 0.9.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13/bin/smenu passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 0.9.13 with grep in /nix/store/d1fp4j713cffpq0kkvi90aqh0bh6pd4d-smenu-0.9.13
- directory tree listing: https://gist.github.com/26b5e2b7abfe62fcfd01cdbf1c27f655
- du listing: https://gist.github.com/ff013902ab9eca9065e3794daccf7700
2018-06-13 20:43:39 -07:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer d1adf6cb53 smenu: 0.9.10 -> 0.9.11 2018-02-21 14:18:32 +01:00
Matthias Beyer 826e8a2a3b smenu: init at 0.9.10 2017-12-15 17:09:27 +01:00