14 stdenv.mkDerivation rec {
15 pname = "libvisio2svg";
18 src = fetchFromGitHub {
22 sha256 = "14m37mmib1596c76j9w178jqhwxyih2sy5w5q9xglh8cmlfn1hfx";
25 nativeBuildInputs = [ cmake ];
36 # file RPATH_CHANGE could not write new RPATH
37 "-DCMAKE_SKIP_BUILD_RPATH=ON"
41 description = "Library and tools to convert Microsoft Visio documents (VSS and VSD) to SVG";
42 homepage = "https://github.com/kakwa/libvisio2svg";
43 maintainers = with maintainers; [ erdnaxe ];
44 license = licenses.gpl2Only;
45 platforms = [ "x86_64-linux" ];