libcotp: 1.2.4 -> 1.2.6
This commit is contained in:
parent
89f5bb4d18
commit
9b66b717b7
1 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue