8 , withGTK3 ? !stdenv.hostPlatform.isStatic
12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-8N7TXdBu37eXWIKCBdaXVW0pvN094oRWrdlcy9raddI=";
33 ] ++ lib.optionals withGTK3 [
38 description = "Software Token for Linux/UNIX";
39 homepage = "https://github.com/cernekee/stoken";
40 license = licenses.lgpl21Plus;
42 platforms = platforms.all;