14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-YnZkFYTiU2VNKxuP+JTnH64XYTB/+imeMKN1mZN9VCQ=";
26 touch ${src.name}/config.rpath
43 description = "Simple RADIUS client library";
44 homepage = "https://github.com/radcli/radcli";
45 changelog = "https://github.com/radcli/radcli/blob/${version}/NEWS";
46 license = licenses.bsd2;
47 maintainers = with maintainers; [ fab ];
48 mainProgram = "radcli";
49 platforms = platforms.all;