12 stdenv.mkDerivation rec {
17 url = "mirror://sourceforge/libwpg/${pname}-${version}.tar.xz";
18 hash = "sha256-tV/alEDR4HBjDrJIfYuGl89BLCFKJ8runfac7HwATeM=";
27 nativeBuildInputs = [ pkg-config ];
30 homepage = "https://libwpg.sourceforge.net";
31 description = "C++ library to parse WPG";
32 license = with licenses; [
36 platforms = platforms.all;