Merge pull request #153869 from vcunat/p/pangoxsl-remove

pangoxsl: remove the package
This commit is contained in:
Jörg Thalheim 2022-01-08 00:24:29 +00:00 committed by GitHub
commit 20ff12d286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -19250,8 +19250,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 { };