10 stdenv.mkDerivation rec {
15 url = "https://libspectre.freedesktop.org/releases/${pname}-${version}.tar.gz";
16 hash = "sha256-VadRfNNXK9JWXfDPRQlEoE1Sc7J567NpqJU5GVfw+WA=";
19 nativeBuildInputs = [ pkg-config ];
33 homepage = "http://libspectre.freedesktop.org/";
34 description = "PostScript rendering library";
37 libspectre is a small library for rendering Postscript
38 documents. It provides a convenient easy to use API for
39 handling and rendering Postscript documents.
42 license = lib.licenses.gpl2Plus;
43 platforms = lib.platforms.unix;