18 src = fetchFromGitHub {
22 hash = "sha256-QCrym8g5J1qwsFpU/PB8zZIWdM3YzOySknISSbQE4Sc=";
26 # Disabled on darwin, since test assumes TERM=linux
27 ./001-skip-test-18term-builder-on-macos.patch
40 nativeCheckInputs = [ perl ];
43 "LIBTOOL=${lib.getExe libtool}"
47 "PREFIX=${placeholder "out"}"
50 enableParallelBuilding = true;
55 description = "Terminal interface construction kit";
57 This library provides an abstracted mechanism for building interactive full-screen terminal
58 programs. It provides a full set of output drawing functions, and handles keyboard and mouse
61 homepage = "https://www.leonerd.org.uk/code/libtickit/";
62 license = licenses.mit;
63 maintainers = with maintainers; [ onemoresuza ];
64 platforms = platforms.unix;