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 mainProgram = "emf2svg-conv";
27 homepage = "https://github.com/kakwa/libemf2svg";
28 maintainers = with maintainers; [ erdnaxe ];
29 license = licenses.gpl2Only;
30 platforms = [ "x86_64-linux" ];