nixos/tests: add babeld
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl }:
|
||||
{ stdenv, fetchurl, nixosTests }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "babeld";
|
||||
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
makeFlags="PREFIX=$out ETCDIR=$out/etc"
|
||||
'';
|
||||
|
||||
passthru.tests.babeld = nixosTests.babeld;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.pps.univ-paris-diderot.fr/~jch/software/babel/;
|
||||
description = "Loop-avoiding distance-vector routing protocol";
|
||||
|
||||
Reference in New Issue
Block a user