umockdev: disable failed test (#66909)

* umockdev: disable failed test

* Update default.nix
This commit is contained in:
Edmund Wu
2019-08-19 16:57:04 +03:00
committed by Nikolay Amiantov
parent cb1b9497f1
commit 1d96d2bedb
2 changed files with 15 additions and 0 deletions
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
patches = [
./fix-test-paths.patch
# https://github.com/NixOS/nixpkgs/commit/9960a2be9b32a6d868046c5bfa188b9a0dd66682#commitcomment-34734461
./disable-failed-test.patch
# https://github.com/martinpitt/umockdev/pull/93
(fetchpatch {
url = "https://github.com/abbradar/umockdev/commit/ce22f893bf50de0b32760238a3e2cfb194db89e9.patch";