Commit graph

18 commits

Author SHA1 Message Date
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas d43eda3fe5
mpc_cli: fix build on darwin 2019-11-29 04:20:00 -05:00
R. RyanTM b05d3d68b6 mpc_cli: 0.31 -> 0.33 2019-11-28 03:53:40 -08:00
Peter Hoeg 1eea0f52b8
mpc: 0.28 -> 0.31 2019-11-13 16:44:44 +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
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Franz Pletz a69aa46ad8
mpd_clientlib: 2.11 -> 2.13 2017-10-02 20:26:09 +02:00
Peter Hoeg 292f121fb2 mpc: 0.27 -> 0.28
Upstream has also moved to github
2017-06-09 12:04:58 +08:00
Michael Kuryshev 004a23f477 mpc: enable on darwin 2015-07-20 11:20:52 +03:00
koral ffdb7ab9a2 mpc: 0.26 -> 0.27 2015-06-10 17:03:10 +00:00
Eelco Dolstra 6f8fad2253 Remove executable bits from non-executable files 2015-01-27 18:54:38 +01:00
koral 58be5387b8 Upgraded mpc to v0.26
Closes #4072

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
2014-09-14 05:37:24 +01:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Petr Rockai 251fc454ba mpc: (mpd client) Update to 0.25. 2014-01-25 16:30:14 +01:00
Dries Van Daele 7b60802599 added maintainer and enabled dynamic loading of lib 2013-09-23 21:20:51 +02:00
Dries Van Daele 6b5cbfb310 add the mpc (mpd cli client) package 2013-09-23 20:54:20 +02:00