1 { lib, stdenv, fetchFromGitHub, fetchpatch
2 , autoconf, automake, libtool, xmlto, docbook_xml_dtd_412, docbook_xsl
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
12 rev = "V${builtins.replaceStrings [ "." ] [ "_" ] version}";
13 sha256 = "0wfv1prmhhpyll9l4g1ij3im7hk9mm96ydw3l9fvhjp3993cdn2x";
19 url = "https://raw.githubusercontent.com/void-linux/void-packages/861ac185a6b60134292ff93d40e40b5391d0aa8e/srcpkgs/libieee1284/patches/musl.patch";
20 sha256 = "03xivd6z7m51i5brlmzs60pjrlqyr4561qlnh182wa7rrm01x5y6";
42 description = "Parallel port communication library";
43 homepage = "http://cyberelk.net/tim/software/libieee1284/";
44 license = licenses.gpl2Plus;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ romildo ];