Commit graph

12 commits

Author SHA1 Message Date
R. RyanTM 1771e8810e dpic: 2020.09.15 -> 2021.01.01 2021-01-19 10:44:27 +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 14502974c9 dpic: 2020.06.01 -> 2020.09.15 2020-10-24 13:53:30 +00:00
Daniël de Kok f3e9518149 dpic: cleanup derivation, install man pages
- Use configure, since upstream provides it.
- Rely on `make install` to install dpic.
- This also installs the man pages.
2020-07-03 14:06:21 +02:00
R. RyanTM 5ace185aa2 dpic: 2020.03.01 -> 2020.06.01 2020-07-03 05:39:20 +00:00
R. RyanTM 450f8fa9b2 dpic: 2019.11.30 -> 2020.03.01 2020-03-06 08:21:15 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
R. RyanTM c0648bc231 dpic: 2019.08.30 -> 2019.11.30 2019-12-07 21:45:37 -08:00
R. RyanTM 8353a2183a dpic: 2016.01.12 -> 2019.08.30
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dpic/versions
2019-10-06 20:44:55 -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
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Allan Espinosa 2dd51275eb dpic: init at 2016.01.12 2016-02-22 07:42:53 -06:00