Commit graph

18 commits

Author SHA1 Message Date
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Dominik Xaver Hörl 1f439a8826 dbus-broker: 21 -> 22 2020-02-18 12:12:48 +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
Dominik Xaver Hörl 38c4e13ef5 dbus-broker: 17 -> 21 2019-07-20 14:20:36 +02:00
Dominik Xaver Hörl b7967e9dc4 dbus-broker: 13 -> 17 2019-01-04 14:36:30 +01:00
Jan Tojnar 69a17c7a19
Revert "treewide: remove placeholder usage"
This reverts commit 82f6267023.
2018-08-30 18:18:29 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Peter Hoeg 52fff39553 dbus-broker: 11 -> 13 2018-04-26 18:56:21 +08:00
Jan Tojnar 82f6267023
treewide: remove placeholder usage
see 2abac54c03
2018-03-27 20:14:44 +02:00
Jan Tojnar d04ab628c5
dbus-broker: clean up 2018-03-22 10:32:24 +01:00
Peter Hoeg eb5ad9bb0c dbus-broker: 9 -> 11 2018-02-22 17:32:27 +08:00
Peter Hoeg efd4ad0b16 dbus-broker: 8 -> 9 2017-12-01 19:55:17 +08:00
Peter Hoeg 226c5699e7 dbus-broker: 3 -> 8 2017-11-29 08:42:44 +08:00
Peter Hoeg 6f6a7aae8f dbus-broker: meson and ninja hooks handle most things for us 2017-09-05 09:51:54 +08:00
Peter Hoeg 2724f65392 dbus-broker: use the proper license 2017-08-23 23:51:00 +08:00
Peter Hoeg 9f2ef9c25b dbus-broker: init at 3 2017-08-23 22:50:26 +08:00