ppp: adopt
This commit is contained in:
parent
e7d1fdf16a
commit
82ddcd88fb
@ -5,9 +5,14 @@ import ./make-test-python.nix (
|
||||
mode = "0640";
|
||||
};
|
||||
in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "pppd";
|
||||
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ stv0g ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
server =
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, libpcap
|
||||
, libxcrypt
|
||||
, pkg-config
|
||||
, autoreconfHook
|
||||
, openssl
|
||||
, bash
|
||||
, nixosTests
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
libpcap,
|
||||
libxcrypt,
|
||||
pkg-config,
|
||||
autoreconfHook,
|
||||
openssl,
|
||||
bash,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -82,6 +83,6 @@ stdenv.mkDerivation rec {
|
||||
lgpl2
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ stv0g ];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user