Author: viric
Date: 2010-06-13 19:33:18 +0000 (Sun, 13 Jun 2010)
New Revision: 22246

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22246&view=rev

Modified:
   nixpkgs/trunk/pkgs/applications/window-managers/larswm/default.nix

Log:
Making larswm install the manpages.

Changes:

Modified: nixpkgs/trunk/pkgs/applications/window-managers/larswm/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/applications/window-managers/larswm/default.nix  
2010-06-13 19:32:32 UTC (rev 22245)
+++ nixpkgs/trunk/pkgs/applications/window-managers/larswm/default.nix  
2010-06-13 19:33:18 UTC (rev 22246)
@@ -12,7 +12,8 @@
 
   configurePhase = ''
     xmkmf
-    makeFlags="BINDIR=$out/bin"
+    makeFlags="BINDIR=$out/bin MANPATH=$out/share/man"
+    installTargets="install install.man"
   '';
 
   meta = {

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to