summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/window-managers/larswm
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-13 19:33:18 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-13 19:33:18 +0000
commit9bf1c8598320586504a4045fcd97adcdb0c7ab13 (patch)
tree600292277ea766d0257650a0afba30133446e3a0 /pkgs/applications/window-managers/larswm
parent393ab9b2525781b8133d17beb02cf8df35ebf991 (diff)
Making larswm install the manpages.
svn path=/nixpkgs/trunk/; revision=22246
Diffstat (limited to 'pkgs/applications/window-managers/larswm')
-rw-r--r--pkgs/applications/window-managers/larswm/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/larswm/default.nix b/pkgs/applications/window-managers/larswm/default.nix
index 3cd3e18b13b0..e3fa4f9fc711 100644
--- a/pkgs/applications/window-managers/larswm/default.nix
+++ b/pkgs/applications/window-managers/larswm/default.nix
@@ -12,7 +12,8 @@ stdenv.mkDerivation {
configurePhase = ''
xmkmf
- makeFlags="BINDIR=$out/bin"
+ makeFlags="BINDIR=$out/bin MANPATH=$out/share/man"
+ installTargets="install install.man"
'';
meta = {