11 stdenv.mkDerivation rec {
12 pname = "inklingreader";
13 version = "unstable-2017-09-07";
15 src = fetchFromGitHub {
17 repo = "inklingreader";
18 rev = "90f9d0d7f5353657f4d25fd75635e29c10c08d2e";
19 sha256 = "sha256-852m8g61r+NQhCYz9ghSbCG0sjao2E8B9GS06NG4GyY=";
33 homepage = "https://github.com/roelj/inklingreader";
34 description = "GNU/Linux-friendly version of the Wacom Inkling SketchManager";
35 license = lib.licenses.gpl3;
36 maintainers = with lib.maintainers; [ totoroot ];
37 platforms = lib.platforms.linux;
38 mainProgram = "inklingreader";