vala, libusb1, deps of libjpeg: attempt to fix on non-Linux

This commit is contained in:
Vladimír Čunát
2013-06-18 15:35:26 +02:00
parent ab7d7333be
commit 3adf8e6429
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
{ stdenv, fetchurl, yacc, flex, pkgconfig, glib, dbus, dbus_tools, libiconvOrEmpty }:
{ stdenv, fetchurl, yacc, flex, pkgconfig, glib, dbus, dbus_tools
, libiconvOrEmpty, libintlOrEmpty }:
stdenv.mkDerivation rec {
p_name = "vala";
@@ -15,7 +16,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ yacc flex pkgconfig ];
buildInputs = [ glib ] ++ libiconvOrEmpty
buildInputs = [ glib ] ++ libiconvOrEmpty ++ libintlOrEmpty
++ stdenv.lib.optional doCheck [ dbus dbus_tools ];
doCheck = false; # problems when launching dbus tests