summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dbus-broker
Commit message (Collapse)AuthorAge
* dbus-broker: 28 -> 29Dominik Xaver Hörl2021-06-04
|
* dbus-broker: 22 -> 28Ilya Fedin2021-05-04
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* dbus-broker: 21 -> 22Dominik Xaver Hörl2020-02-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dbus-broker: 17 -> 21Dominik Xaver Hörl2019-07-20
|
* dbus-broker: 13 -> 17Dominik Xaver Hörl2019-01-04
|
* Revert "treewide: remove placeholder usage"Jan Tojnar2018-08-30
| | | | This reverts commit 82f626702314928c9c8f4ea309430e3aa0680d57.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* dbus-broker: 11 -> 13Peter Hoeg2018-04-26
|
* treewide: remove placeholder usageJan Tojnar2018-03-27
| | | | see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
* dbus-broker: clean upJan Tojnar2018-03-22
|
* dbus-broker: 9 -> 11Peter Hoeg2018-02-22
|
* dbus-broker: 8 -> 9Peter Hoeg2017-12-01
|
* dbus-broker: 3 -> 8Peter Hoeg2017-11-29
|
* dbus-broker: meson and ninja hooks handle most things for usPeter Hoeg2017-09-05
|
* dbus-broker: use the proper licensePeter Hoeg2017-08-23
|
* dbus-broker: init at 3Peter Hoeg2017-08-23