summary refs log tree commit diff
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)
downloadnixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar.gz
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar.bz2
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar.lz
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar.xz
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.tar.zst
nixpkgs-9bf1c8598320586504a4045fcd97adcdb0c7ab13.zip
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 3cd3e18b13b..e3fa4f9fc71 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 = {