Skip to content

Commit

Permalink
Merge pull request #26087 from nixy/fix/nix-man-pages
Browse files Browse the repository at this point in the history
nix: add "man" to meta.outputsToInstall
  • Loading branch information
LnL7 committed May 25, 2017
2 parents 2e4e65c + a114eaa commit 2a40f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ let
license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.all;
outputsToInstall = [ "out" "man" ];
};

passthru = { inherit fromGit; };
Expand Down

0 comments on commit 2a40f06

Please sign in to comment.