opentracker: add link to nixos test
This commit is contained in:
parent
c10edf9147
commit
dc6d61dd3e
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchgit, libowfat, zlib }:
|
{ lib, stdenv, fetchgit, libowfat, zlib, nixosTests }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "opentracker-2018-05-26";
|
name = "opentracker-2018-05-26";
|
||||||
@ -23,6 +23,10 @@ stdenv.mkDerivation {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
bittorrent-integration = nixosTests.bittorrent;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://erdgeist.org/arts/software/opentracker/";
|
homepage = "https://erdgeist.org/arts/software/opentracker/";
|
||||||
license = licenses.beerware;
|
license = licenses.beerware;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user