1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, wrapQtAppsHook , qtbase}:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-MKhh0ooDZI1Ks8vVuPRiHhpOqStetGaAhE2ulvBstxA=";
14 nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
20 description = "Collection of tools to manage Teensy boards";
21 homepage = "https://koromix.dev/tytools";
22 license = licenses.unlicense;
23 platforms = platforms.unix;
24 maintainers = with maintainers; [ ahuzik ];