libvisio: 0.1.0 -> 0.1.3
This commit is contained in:
parent
86ebd3ee25
commit
6bdb5b90ca
@ -3,17 +3,20 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libvisio-0.1.0";
|
name = "libvisio-0.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dev-www.libreoffice.org/src/${name}.tar.bz2";
|
url = "http://dev-www.libreoffice.org/src/${name}.tar.bz2";
|
||||||
sha256 = "1vpb7nbk5qh6w3jz9rl9w8p25invcvj46parb9ld13h9777kyf0j";
|
sha256 = "1blgdwxprqkasm2175imcvy647sqv6xyf3k09p0b1i7hlq889wvy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ boost libwpd libwpg zlib gperf librevenge libxml2 icu perl ];
|
buildInputs = [ boost libwpd libwpg zlib gperf librevenge libxml2 icu perl ];
|
||||||
|
|
||||||
configureFlags = "--disable-werror";
|
configureFlags = [
|
||||||
|
"--disable-werror"
|
||||||
|
"--disable-tests"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library providing ability to interpret and import visio diagrams into various applications";
|
description = "A library providing ability to interpret and import visio diagrams into various applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user