11 stdenv.mkDerivation rec {
16 url = "http://caca.zoy.org/raw-attachment/wiki/toilet/toilet-${version}.tar.gz";
17 sha256 = "1pl118qb7g0frpgl9ps43w4sd0psjirpmq54yg1kqcclqcqbbm49";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ libcaca ];
23 passthru.tests.version = testers.testVersion {
28 description = "Display large colourful characters in text mode";
29 homepage = "http://caca.zoy.org/wiki/toilet";
30 license = licenses.wtfpl;
31 maintainers = with maintainers; [ pSub ];
32 platforms = platforms.all;
33 mainProgram = "toilet";