Merge #33955: lldb-{4,5}: install manpage

This commit is contained in:
Vladimír Čunát
2018-01-16 23:04:28 +01:00
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/;