mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
tacacs+: tacacs+ -> tacacsplus
This commit is contained in:
parent
ce8cd5fd00
commit
05ee758d79
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, tcp_wrappers, flex, bison, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tacacs+";
|
||||
pname = "tacacsplus";
|
||||
version = "4.0.4.28";
|
||||
|
||||
src = fetchurl {
|
|
@ -7851,7 +7851,7 @@ in
|
|||
psc-package = haskell.lib.justStaticExecutables
|
||||
(haskellPackages.callPackage ../development/compilers/purescript/psc-package { });
|
||||
|
||||
"tacacs+" = callPackage ../servers/tacacs+ { };
|
||||
tacacsplus = callPackage ../servers/tacacsplus { };
|
||||
|
||||
tamarin-prover =
|
||||
(haskellPackages.callPackage ../applications/science/logic/tamarin-prover {
|
||||
|
|
Loading…
Reference in a new issue