13 stdenv.mkDerivation rec {
14 pname = "nitrokey-app";
17 src = fetchFromGitHub {
19 repo = "nitrokey-app";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-c6EC5uuMna07xVHDRFq0UDwuSeopZTmZGZ9ZD5zaq8Y=";
33 "-DBASH_COMPLETION_PATH=share/bash-completion/completions"
42 description = "Provides extra functionality for the Nitrokey Pro and Storage";
43 mainProgram = "nitrokey-app";
45 The nitrokey-app provides a QT system tray widget with which you can
46 access the extra functionality of a Nitrokey Storage or Nitrokey Pro.
47 See https://www.nitrokey.com/ for more information.
49 homepage = "https://github.com/Nitrokey/nitrokey-app";
50 changelog = "https://github.com/Nitrokey/nitrokey-app/releases/tag/v${version}";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [