Commit graph

14 commits

Author SHA1 Message Date
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
Gabriel Ebner bf92a5440e global-platform-pro: use jdk8 2020-09-19 17:39:26 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Léo Gaspard e54079133e
global-platform-pro: add self as maintainer 2018-10-31 01:06:27 +09:00
Léo Gaspard a55eb78a0d
global-platform-pro: 0.3.10-rc11 -> 18.09.14 2018-10-15 00:36:23 +09:00
Léo Gaspard 6195eee47a
fixup: add links to upstream issues 2018-08-17 01:32:03 +09:00
Léo Gaspard fd14b4d48d
fixup: merge buildPhase and installPhase 2018-08-17 01:27:45 +09:00
Léo Gaspard 61e0b8d3be
fixup: use the correct gephy package name 2018-08-17 01:13:46 +09:00
Léo Gaspard 39cd3f370d
fixup: reindent 2018-08-17 00:25:44 +09:00
Léo Gaspard a52ad2569a
fixup: points mentioned by timokau 2018-08-17 00:19:40 +09:00
Léo Gaspard cccfa8f395 global-platform-pro: init at 0.3.10-rc11 2018-08-01 13:53:33 +09:00