libosinfo: use checkInputs
This commit is contained in:
parent
633f57989e
commit
bcbf5f1842
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig vala intltool gobjectIntrospection gtk-doc docbook_xsl
|
||||
] ++ stdenv.lib.optionals doCheck checkInputs;
|
||||
checkInputs = [ check curl perl ];
|
||||
];
|
||||
buildInputs = [ glib libsoup libxml2 libxslt ];
|
||||
checkInputs = [ check curl perl ];
|
||||
|
||||
patches = [
|
||||
./osinfo-db-data-dir.patch
|
||||
|
|
Loading…
Reference in a new issue