1 {lib, stdenv, pkg-config, autoreconfHook, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-/9UCrdq69RO22593qiA8pZ4qfY9UVGqlGYB9zatsOgw=";
14 nativeBuildInputs = [ pkg-config autoreconfHook ];
17 description = "A library that simplifies the drawing of beautiful curves";
18 homepage = "https://github.com/fontforge/libspiro";
19 license = licenses.gpl3Plus;
20 maintainers = [ maintainers.erictapen ];