lldb-{4,5}: install manpage

This commit is contained in:
Will Dietz 2018-01-16 15:05:42 -06:00
parent 75936c412d
commit 74bcd87ed9
2 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
postInstall = ''
mkdir -p $out/share/man/man1
cp ../docs/lldb.1 $out/share/man/man1/
'';
meta = with stdenv.lib; {
description = "A next-generation high-performance debugger";
homepage = http://llvm.org/;

View File

@ -42,6 +42,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
postInstall = ''
mkdir -p $out/share/man/man1
cp ../docs/lldb.1 $out/share/man/man1/
'';
meta = with stdenv.lib; {
description = "A next-generation high-performance debugger";
homepage = http://llvm.org/;