libidn: split into many outputs
Referrers are nice again, (almost) always just adding it into build inputs.
This commit is contained in:
parent
aabf50802d
commit
0dff97ec72
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue