libidn: split into many outputs

Referrers are nice again, (almost) always just adding it into build inputs.
This commit is contained in:
Vladimír Čunát 2015-10-07 22:11:08 +02:00
parent aabf50802d
commit 0dff97ec72

View file

@ -8,8 +8,12 @@ stdenv.mkDerivation rec {
sha256 = "1xf4hphhahcjm2xwx147lfpsavjwv9l4c2gf6hx71zxywbz5lpds";
};
outputs = [ "dev" "out" "bin" "info" "doc" ]; # $doc has just man3
doCheck = ! stdenv.isDarwin;
postFixup = ''_moveToOutput share/man/man1 "$bin" '';
meta = {
homepage = http://www.gnu.org/software/libidn/;
description = "Library for internationalized domain names";