nixos/tests: add babeld

This commit is contained in:
Martin Weinelt
2019-10-12 15:35:53 +02:00
parent 1c165f5d4a
commit 97d2959028
3 changed files with 152 additions and 1 deletions
+3 -1
View File
@@ -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";