libtasn1: fix on cross

perl should be a native build input
This commit is contained in:
Matthew Bauer
2018-08-02 16:51:48 -04:00
parent 3c0ac73e4a
commit 26d6ff5981
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";
nativeBuildInputs = [ texinfo ];
buildInputs = [ perl ];
nativeBuildInputs = [ texinfo perl ];
doCheck = true;