mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libmicrohttpd: Move out info docs
Putting the micro back in libmicrohttpd.
This commit is contained in:
parent
ba70ce28ae
commit
8c27103d32
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1mzbqr6sqisppz88mh73bbh5sw57g8l87qvhcjdx5pmbd183idni";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
outputs = [ "out" "dev" "devdoc" "info" ];
|
||||
buildInputs = [ libgcrypt curl gnutls pkgconfig ];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue