Unverified Commit 193b257c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #303639 from r-vdp/dbus-broker-36

dbus-broker: 35 -> 36
parents b4bcfd11 e9ea901b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "dbus-broker";
  version = "35";
  version = "36";

  src = fetchFromGitHub {
    owner = "bus1";
    repo = "dbus-broker";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Qwi9X5jXHiQ3TOWefzv/p7x8/JkQW1QgdYji5SpLej0=";
    hash = "sha256-5dAMKjybqrHG57vArbtWEPR/svSj2ION75JrjvnnpVM=";
  };

  patches = [
+13 −10
Original line number Diff line number Diff line
--- b/src/meson.build
+++ a/src/meson.build
@@ -196,9 +195,6 @@
 test_fdlist = executable('test-fdlist', ['util/test-fdlist.c'], dependencies: dep_bus)
 test('Utility File-Desciptor Lists', test_fdlist)
diff --git a/src/meson.build b/src/meson.build
index 4b9bc71..221ed5c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -202,9 +202,6 @@ test('Error Handling', test_error, suite: 'unit')
 test_fdlist = executable('test-fdlist', sources: ['util/test-fdlist.c'], kwargs: test_kwargs)
 test('Utility File-Desciptor Lists', test_fdlist, suite: 'unit')
 
-test_fs = executable('test-fs', ['util/test-fs.c'], dependencies: dep_bus)
-test('File System Helpers', test_fs)
-test_fs = executable('test-fs', sources: ['util/test-fs.c'], kwargs: test_kwargs)
-test('File System Helpers', test_fs, suite: 'unit')
-
 test_match = executable('test-match', ['bus/test-match.c'], dependencies: dep_bus)
 test('D-Bus Match Handling', test_match)
 test_match = executable('test-match', sources: ['bus/test-match.c'], kwargs: test_kwargs)
 test('D-Bus Match Handling', test_match, suite: 'unit')