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