Unverified Commit 43f0b404 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

ocserv: add otp support (#395801)

parents c6f7f375 6afd8cd8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  ronn,
  pam,
  libxcrypt,
  oath-toolkit,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -50,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
    lz4
    pam
    libxcrypt
    oath-toolkit
  ];

  meta = {