10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "04g6dp5xadszqjyjl162x26mfhhwinia65hbkl3mv70bs4an9898";
21 nativeBuildInputs = [ cmake ];
22 buildInputs = [ fontconfig freetype libpng ];
25 description = "Microsoft EMF to SVG conversion library";
26 homepage = "https://github.com/kakwa/libemf2svg";
27 maintainers = with maintainers; [ erdnaxe ];
28 license = licenses.gpl2Only;
29 platforms = [ "x86_64-linux" ];