pangoxsl: remove the package

It doesn't seem useful.  Last upstream release in 2006,
packaged almost nowhere, ... and now it wouldn't even build anymore.
This commit is contained in:
Vladimír Čunát 2022-01-07 17:56:31 +01:00
parent bd8af84d7d
commit 5b9e29297d
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
3 changed files with 0 additions and 28 deletions

View file

@ -1,24 +0,0 @@
{lib, stdenv, fetchurl, pkg-config, glib, pango}:
stdenv.mkDerivation rec {
pname = "pangoxsl";
version = "1.6.0.3";
src = fetchurl {
url = "mirror://sourceforge/pangopdf/pangoxsl-${version}.tar.gz";
sha256 = "1wcd553nf4nwkrfrh765cyzwj9bsg7zpkndg2hjs8mhwgx04lm8n";
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [
glib
pango
];
meta = with lib; {
description = "Implements several of the inline properties defined by XSL that are not currently implemented by Pango";
homepage = "https://sourceforge.net/projects/pangopdf";
platforms = platforms.unix;
license = licenses.lgpl2;
};
}

View file

@ -4,7 +4,6 @@
, libxml2
, libxslt
, pango
, pangoxsl
, perl
, pkg-config
, popt
@ -26,7 +25,6 @@ stdenv.mkDerivation rec {
libxml2
libxslt
pango
pangoxsl
gtk2
popt
];

View file

@ -19268,8 +19268,6 @@ with pkgs;
paperkey = callPackage ../tools/security/paperkey { };
pangoxsl = callPackage ../development/libraries/pangoxsl { };
pcaudiolib = callPackage ../development/libraries/pcaudiolib { };
pcg_c = callPackage ../development/libraries/pcg-c { };