minidlna: install manpages
This commit is contained in:
parent
72cd570421
commit
ed791dbb94
@ -16,6 +16,12 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ ffmpeg flac libvorbis libogg libid3tag libexif libjpeg sqlite gettext ];
|
buildInputs = [ ffmpeg flac libvorbis libogg libid3tag libexif libjpeg sqlite gettext ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/man/man{5,8}
|
||||||
|
cp minidlna.conf.5 $out/share/man/man5
|
||||||
|
cp minidlnad.8 $out/share/man/man8
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Media server software";
|
description = "Media server software";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user