libtasn1: fix on cross

perl should be a native build input
This commit is contained in:
Matthew Bauer 2018-07-20 13:58:06 -04:00
parent 3c0ac73e4a
commit 26d6ff5981

View File

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