libcdr: 0.1.1 -> 0.1.4

This commit is contained in:
Franz Pletz 2018-01-28 17:27:57 +01:00
parent 0deb24d8d9
commit b36a9d405d
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, libwpg, libwpd, lcms, pkgconfig, librevenge, icu, boost }:
{ stdenv, fetchurl, libwpg, libwpd, lcms, pkgconfig, librevenge, icu, boost, cppunit }:
stdenv.mkDerivation rec {
name = "libcdr-0.1.1";
name = "libcdr-0.1.4";
src = fetchurl {
url = "http://dev-www.libreoffice.org/src/${name}.tar.bz2";
sha256 = "0javd72wmaqd6vprsh3clm393b3idjdjzbb7vyn44li7yaxppzkj";
url = "http://dev-www.libreoffice.org/src/${name}.tar.xz";
sha256 = "0vd6likgk51j46llybkx4wq3674xzrhp0k82220pkx9x1aqfi9z7";
};
buildInputs = [ libwpg libwpd lcms librevenge icu boost ];
buildInputs = [ libwpg libwpd lcms librevenge icu boost cppunit ];
nativeBuildInputs = [ pkgconfig ];