summary refs log tree commit diff
path: root/pkgs/development/libraries/glib/default.nix
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2016-03-30 21:27:20 +0200
committerLuca Bruno <lethalman88@gmail.com>2016-03-30 21:27:29 +0200
commit184b7ba3c684c5be64c4908ac4973f71865acf4e (patch)
treefd31d9ca4f37fbc659cf7988a92a1e0699b37766 /pkgs/development/libraries/glib/default.nix
parent5d37118109eeeb926d07f4e1605e5fbde49712b7 (diff)
downloadnixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar.gz
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar.bz2
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar.lz
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar.xz
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.tar.zst
nixpkgs-184b7ba3c684c5be64c4908ac4973f71865acf4e.zip
glib-tested: suppress gdbus test needing machine-id
Diffstat (limited to 'pkgs/development/libraries/glib/default.nix')
-rw-r--r--pkgs/development/libraries/glib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/glib/default.nix b/pkgs/development/libraries/glib/default.nix
index 9a3303684a1..9dd927d55ce 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