mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 14:47:34 +00:00
minidlna: add passthrough test
This commit is contained in:
parent
a63d445772
commit
d5633c504f
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchgit, autoreconfHook, ffmpeg, flac, libvorbis, libogg, libid3tag, libexif, libjpeg, sqlite, gettext }:
|
||||
{ lib, stdenv, fetchgit, autoreconfHook, ffmpeg, flac, libvorbis, libogg, libid3tag, libexif, libjpeg, sqlite, gettext, nixosTests }:
|
||||
|
||||
let
|
||||
pname = "minidlna";
|
||||
@ -28,6 +28,8 @@ stdenv.mkDerivation {
|
||||
cp minidlnad.8 $out/share/man/man8
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) minidlna; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Media server software";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user