Unverified Commit d4497335 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

otpclient: equalize

parent 767579a8
Loading
Loading
Loading
Loading
+21 −3
Original line number Diff line number Diff line
@@ -26,11 +26,29 @@ stdenv.mkDerivation rec {
    owner = "paolostivanin";
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-TklVOUkdhWDG9GqHl0Sz9fah+Xp/M8xgSuDB1q4mljM=";
    hash = "sha256-TklVOUkdhWDG9GqHl0Sz9fah+Xp/M8xgSuDB1q4mljM=";
  };

  buildInputs = [ gtk3 jansson libgcrypt libzip libpng libcotp zbar protobuf protobufc libsecret qrencode libuuid ];
  nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
  nativeBuildInputs = [
    cmake
    pkg-config
    wrapGAppsHook
  ];

  buildInputs = [
    gtk3
    jansson
    libcotp
    libgcrypt
    libpng
    libsecret
    libuuid
    libzip
    protobuf
    protobufc
    qrencode
    zbar
  ];

  meta = with lib; {
    description = "Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP";