From 184b7ba3c684c5be64c4908ac4973f71865acf4e Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 30 Mar 2016 21:27:20 +0200 Subject: glib-tested: suppress gdbus test needing machine-id --- pkgs/development/libraries/glib/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/glib') diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix index 9a3303684a15..9dd927d55ced 100644 --- a/pkgs/development/libraries/glib/default.nix +++ b/pkgs/development/libraries/glib/default.nix @@ -100,6 +100,7 @@ stdenv.mkDerivation rec { substituteInPlace gio/tests/desktop-files/home/applications/epiphany-weather-for-toronto-island-9c6a4e022b17686306243dada811d550d25eb1fb.desktop --replace "Exec=/bin/true" "Exec=${coreutils}/bin/true" # Needs machine-id, comment the test sed -e '/\/gdbus\/codegen-peer-to-peer/ s/^\/*/\/\//' -i gio/tests/gdbus-peer.c + sed -e '/g_test_add_func/ s/^\/*/\/\//' -i gio/tests/gdbus-unix-addresses.c # All gschemas fail to pass the test, upstream bug? sed -e '/g_test_add_data_func/ s/^\/*/\/\//' -i gio/tests/gschema-compile.c # Cannot reproduce the failing test_associations on hydra -- cgit 1.4.1