libtasn1: Enable cross-compilation

[dezgeg amended out a doCheck change]
This commit is contained in:
Ben Gamari
2017-10-17 23:35:31 -04:00
committed by Tuomas Tynkkynen
parent ff1a8ba304
commit 92d3c5689d

View File

@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
buildInputs = [ perl texinfo ];
nativeBuildInputs = [ texinfo ];
buildInputs = [ perl ];
doCheck = true;