Commit graph

12 commits

Author SHA1 Message Date
devhell 59c86225a6 ipmicfg: 1.30.0 -> 1.32.0 2021-01-18 19:56:18 +00:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +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
MetaDark 4a5c49363a fetchzip: remove write permissions for unpacked files
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
Richard Marko 2215a1f039 ipmicfg: 1.29.0-181029 -> 1.30.0-190710 2020-02-20 10:36:41 +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
Richard Marko b4f0faf42f ipmicfg: 1.28.0 -> 1.29.0 2018-12-09 14:29:28 +01:00
Richard Marko d7344120e0 ipmicfg: 1.27.1 -> 1.28 2018-07-03 00:09:38 +02:00
Richard Marko ec371a5d98 ipmicfg: fix patchelf args 2018-04-25 16:08:05 +02:00
Richard Marko f605a8d642 ipmicfg: 1.27.0 -> 1.27.1 2017-12-13 19:49:00 +01:00
Orivej Desh da067f40f9 ipmicfg: fix style 2017-11-02 23:10:46 +00:00
Richard Marko 2b37262519 ipmicfg: init at 1.27.0 2017-11-02 22:19:35 +01:00