libosinfo: fix disabled tests
This commit is contained in:
parent
e9bb1d8a5a
commit
1d89fa4b23
1 changed files with 5 additions and 4 deletions
|
@ -68,10 +68,11 @@ stdenv.mkDerivation rec {
|
||||||
"-Denable-gtk-doc=true"
|
"-Denable-gtk-doc=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
# FIXME: fails two new tests added in 1.7.1:
|
preCheck = ''
|
||||||
# libosinfo:symbols / check-symfile
|
patchShebangs ../osinfo/check-symfile.pl ../osinfo/check-symsorting.pl
|
||||||
# 3/24 libosinfo:symbols / check-symsorting
|
'';
|
||||||
doCheck = false;
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support";
|
description = "GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support";
|
||||||
|
|
Loading…
Reference in a new issue