1 { lib, stdenv, fetchurl, perl }:
3 stdenv.mkDerivation rec {
8 url = "https://lionet.info/soft/asn1c-${version}.tar.gz";
9 sha256 = "1fc64g45ykmv73kdndr4zdm4wxhimhrir4rxnygxvwkych5l81w0";
12 outputs = [ "out" "doc" "man" ];
14 buildInputs = [ perl ];
17 patchShebangs examples/crfc2asn1.pl
21 cp -r skeletons/standard-modules $out/share/asn1c
27 homepage = "http://lionet.info/asn1c/compiler.html";
28 description = "Open Source ASN.1 Compiler";
29 license = licenses.bsd2;
30 platforms = platforms.unix;
31 maintainers = [ maintainers.numinit ];