forked from mirrors/nixpkgs
xmonad: fix build with ghc 7.8.1
This commit is contained in:
parent
bad9de86b6
commit
c394d4079d
|
@ -10,8 +10,9 @@ cabal.mkDerivation (self: {
|
|||
extensibleExceptions filepath mtl utf8String X11
|
||||
];
|
||||
postInstall = ''
|
||||
shopt -s globstar
|
||||
mkdir -p $out/share/man/man1
|
||||
mv $out/share/xmonad-*/man/*.1 $out/share/man/man1/
|
||||
mv "$out/"**"/man/"*.1 $out/share/man/man1/
|
||||
'';
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue