7 stdenv.mkDerivation rec {
12 url = "https://shh.thathost.com/pub-unix/files/${pname}-${version}.tar.gz";
13 sha256 = "0yd6bl6qw675sxa81nxw6plhpjf9d2ywlm8a5z66zyjf28sl7sds";
17 substituteInPlace Makefile --replace "gcc" "${stdenv.cc.targetPrefix}cc"
20 installFlags = [ "INSTBASEDIR=$(out)" ];
23 description = "Library for parsing command line options";
24 homepage = "https://shh.thathost.com/pub-unix/";
25 license = licenses.artistic1;
26 platforms = platforms.all;