8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "baskerville";
16 sha256 = "17yjdgdd080fsf5r1wzgk6vvzwsa15gcwc9z64v7x588jm1ryy3k";
19 buildInputs = [ cairo ];
21 prePatch = ''sed -i "s@/usr/local@$out@" Makefile'';
24 description = "Compute text widths";
25 homepage = "https://github.com/baskerville/txtw";
26 maintainers = with maintainers; [ lihop ];
27 license = licenses.unlicense;
28 platforms = platforms.linux;