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