mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:07:44 +00:00
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 ];
|
||||
|
||||
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; {
|
||||
description = "Media server software";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user