15 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 sha256 = "sha256-vffohx57OvQKu8DfNXNBm9bPsA8KgkQWs/3mmFn7L6M=";
31 nativeBuildInputs = [ pkg-config ];
41 enableParallelBuilding = true;
44 description = "WMF library from wvWare";
45 homepage = "https://wvware.sourceforge.net/libwmf.html";
46 downloadPage = "https://github.com/caolanm/libwmf/releases";
47 license = licenses.gpl2Plus;
48 platforms = platforms.unix;