xmonad: install man page into the proper location
This commit is contained in:
parent
97faa4c319
commit
801237ceb2
@ -9,6 +9,10 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions filepath mtl utf8String X11
|
extensibleExceptions filepath mtl utf8String X11
|
||||||
];
|
];
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/man/man1
|
||||||
|
mv $out/share/xmonad-*/man/*.1 $out/share/man/man1/
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://xmonad.org";
|
homepage = "http://xmonad.org";
|
||||||
description = "A tiling window manager";
|
description = "A tiling window manager";
|
||||||
|
Loading…
Reference in New Issue
Block a user