summary refs log tree commit diff
path: root/pkgs/development/libraries/libidn/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-28 18:56:00 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-10-28 18:58:06 +0100
commit787f322540cf37c871454d14f8498b71027355dc (patch)
tree552a2de4897fd558319fd37e6836fa3d5ceadae7 /pkgs/development/libraries/libidn/default.nix
parent17b86fef1efb6c0939d1acee2078d2f24dffb8cb (diff)
downloadnixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar.gz
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar.bz2
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar.lz
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar.xz
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.tar.zst
nixpkgs-787f322540cf37c871454d14f8498b71027355dc.zip
$docdev fixups: mostly to avoid empty output
... after auto-removing some kinds of files by default.
In some cases I let them be removed and in others I let them be put into
$docdev. That was more due to general indecisiveness on this question
than any reasons in the particular cases.
Diffstat (limited to 'pkgs/development/libraries/libidn/default.nix')
-rw-r--r--pkgs/development/libraries/libidn/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libidn/default.nix b/pkgs/development/libraries/libidn/default.nix
index 625da63084c..19e8f38b373 100644
--- a/pkgs/development/libraries/libidn/default.nix
+++ b/pkgs/development/libraries/libidn/default.nix
@@ -8,12 +8,10 @@ stdenv.mkDerivation rec {
     sha256 = "1xf4hphhahcjm2xwx147lfpsavjwv9l4c2gf6hx71zxywbz5lpds";
   };
 
-  outputs = [ "dev" "out" "bin" "info" "doc" ]; # $doc has just man3
+  outputs = [ "dev" "out" "bin" "info" "docdev" ];
 
   doCheck = ! stdenv.isDarwin;
 
-  postFixup = ''_moveToOutput share/man/man1 "$bin" '';
-
   meta = {
     homepage = http://www.gnu.org/software/libidn/;
     description = "Library for internationalized domain names";