Commit Graph

27 Commits

Author SHA1 Message Date
K900
789ca20903 dbus-broker: 34 -> 35
Diff: https://github.com/bus1/dbus-broker/compare/v34...v35
2023-12-21 00:19:40 +03:00
r-vdp
18e9441d06 dbus-broker: 33 -> 34
Release notes: https://github.com/bus1/dbus-broker/releases/tag/v34
2023-12-19 10:07:35 +01:00
MidAutumnMoon
abc07527e0
dbus-broker: v32 -> v33
Release: https://github.com/bus1/dbus-broker/releases/tag/v33
Diff: https://github.com/bus1/dbus-broker/compare/v32...v33

dbus-broker: adopt finalAttrs pattern
2023-06-12 10:33:24 +08:00
Sandro Jäckel
00000271a0
dbus-broker: remove prefix from dependency's version attribute 2023-05-26 20:05:15 +02:00
Raphael Robatsch
7346aedd84 dbus-broker: Fetch dependencies from tags instead of branches
- c-stdaux has new commits on its "v1" branch, which makes the fetcher
  fail due to a hash mismatch. Fetch the "v1.2.0" tag instead.
- Also point the other dependencies at git tags instead of branches for
  consistency and to avoid future problems if they also get new commits.
- The head of the c-rbtree "v3" branch has not been tagged yet. Instead
  of downgrading this package to the "v3.1.0" tag, point the fetcher at
  the specific git revision.
2023-05-19 12:27:01 +02:00
Peter Hoeg
63de0bd0d9 dbus-broker: search in /etc/dbus-1 2022-08-23 10:20:46 +08:00
Peter Hoeg
f0165512bc dbus-broker: 29 -> 32 2022-08-23 10:20:46 +08:00
Dominik Xaver Hörl
ab26db61e3 dbus-broker: 28 -> 29 2021-06-04 16:27:20 +02:00
Ilya Fedin
319732fcf2 dbus-broker: 22 -> 28 2021-05-04 11:43:34 +04:00
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