Remove old version of LibreOffice dependencies: we now have fresh LibreOffice, the old versions of deps are not used otherwise, and they require old versions of more packages
This commit is contained in:
parent
5fc69283f5
commit
8bc60391c6
@ -1,30 +0,0 @@
|
||||
{stdenv, fetchurl, gperf, pkgconfig, librevenge, libxml2, boost, icu, cppunit
|
||||
, libwpd}:
|
||||
let
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="libe-book";
|
||||
version="0.0.3";
|
||||
name="${baseName}-${version}";
|
||||
hash="06xhg319wbqrkj8914npasv5lr7k2904mmy7wa78063mkh31365i";
|
||||
url="mirror://sourceforge/project/libebook/libe-book-0.0.3/libe-book-0.0.3.tar.xz";
|
||||
sha256="06xhg319wbqrkj8914npasv5lr7k2904mmy7wa78063mkh31365i";
|
||||
};
|
||||
buildInputs = [
|
||||
gperf pkgconfig librevenge libxml2 boost icu cppunit libwpd
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit (s) name version;
|
||||
inherit buildInputs;
|
||||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Library for import of reflowable e-book formats'';
|
||||
license = stdenv.lib.licenses.lgpl21Plus ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
url http://sourceforge.net/projects/libebook/files/
|
||||
SF_version_dir libe-book-0.0.
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
@ -1,29 +0,0 @@
|
||||
{stdenv, fetchurl, boost, pkgconfig, cppunit, zlib, libwpg, libwpd, librevenge}:
|
||||
let
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="libmwaw";
|
||||
version="0.2.1";
|
||||
name="${baseName}-${version}";
|
||||
hash="1fil1ll84pq0k3g6rcc2xfg1yrigkljp4ay5p2wpwd9qlmfvvvqn";
|
||||
url="mirror://sourceforge/project/libmwaw/libmwaw/libmwaw-0.2.1/libmwaw-0.2.1.tar.xz";
|
||||
sha256="1fil1ll84pq0k3g6rcc2xfg1yrigkljp4ay5p2wpwd9qlmfvvvqn";
|
||||
};
|
||||
buildInputs = [
|
||||
boost pkgconfig cppunit zlib libwpg libwpd librevenge
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit (s) name version;
|
||||
inherit buildInputs;
|
||||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Import library for some old mac text documents'';
|
||||
license = stdenv.lib.licenses.mpl20 ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
url http://sourceforge.net/projects/libmwaw/files/libmwaw/
|
||||
SF_version_dir libmwaw-0.2.
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
@ -5235,7 +5235,6 @@ let
|
||||
liblscp = callPackage ../development/libraries/liblscp { };
|
||||
|
||||
libe-book = callPackage ../development/libraries/libe-book {};
|
||||
libe-book_00 = callPackage ../development/libraries/libe-book/0.0.nix {};
|
||||
|
||||
libev = builderDefsPackage ../development/libraries/libev { };
|
||||
|
||||
@ -5452,7 +5451,6 @@ let
|
||||
libmusicbrainz = libmusicbrainz3;
|
||||
|
||||
libmwaw = callPackage ../development/libraries/libmwaw { };
|
||||
libmwaw_02 = callPackage ../development/libraries/libmwaw/0.2.nix { };
|
||||
|
||||
libmx = callPackage ../development/libraries/libmx { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user