about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-01-09 09:20:44 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-01-09 09:20:44 +0100
commit3800884badbbedde311daf02ccb33795c9123b2c (patch)
tree46f64b5b03eeb5cea6df35bfb88074e4cd820dd3 /nixpkgs
parentb388718fde0f8aa16d1cb3f11464993046848bf6 (diff)
nixpkgs: Add manpages to aszlig-env.
Might come in handy if you want to look up documentation to syscalls or libc
calls.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/config.nix b/nixpkgs/config.nix
index 58499266..58c4d1cd 100644
--- a/nixpkgs/config.nix
+++ b/nixpkgs/config.nix
@@ -51,6 +51,8 @@ let
     ];
 
     dev = with pkgs; [
+      manpages
+      posix_man_pages
       gitFull
       gdb
       gnumake