libcotp: 1.2.4 -> 1.2.6

main
Alexander Shpilkin 2 years ago committed by Artturin
parent 89f5bb4d18
commit 9b66b717b7
  1. 7
      pkgs/development/libraries/libcotp/default.nix

@ -14,13 +14,6 @@ stdenv.mkDerivation rec {
buildInputs = [ libbaseencode libgcrypt ];
nativeBuildInputs = [ cmake pkg-config ];
# https://github.com/paolostivanin/libcotp/issues/32
postPatch = ''
substituteInPlace cotp.pc.in \
--replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \
--replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@
'';
meta = with lib; {
description = "C library that generates TOTP and HOTP";
homepage = "https://github.com/paolostivanin/libcotp";

Loading…
Cancel
Save