11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitHub {
17 repo = "pololu-tic-software";
18 rev = "refs/tags/${finalAttrs.version}";
19 hash = "sha256-C/v5oaC5zZwm+j9CbFaDW+ebzHxPVb8kZLg9c0HyPbc=";
33 propagatedBuildInputs = [
42 homepage = "https://github.com/pololu/pololu-tic-software";
43 description = "Pololu Tic stepper motor controller software";
44 platforms = platforms.all;
45 license = licenses.cc-by-sa-30;
46 maintainers = with maintainers; [ bzizou ];