Merge pull request #153869 from vcunat/p/pangoxsl-remove
pangoxsl: remove the package
This commit is contained in:
commit
20ff12d286
3 changed files with 0 additions and 28 deletions
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -4,7 +4,6 @@
|
||||||
, libxml2
|
, libxml2
|
||||||
, libxslt
|
, libxslt
|
||||||
, pango
|
, pango
|
||||||
, pangoxsl
|
|
||||||
, perl
|
, perl
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, popt
|
, popt
|
||||||
|
@ -26,7 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
libxslt
|
||||||
pango
|
pango
|
||||||
pangoxsl
|
|
||||||
gtk2
|
gtk2
|
||||||
popt
|
popt
|
||||||
];
|
];
|
||||||
|
|
|
@ -19250,8 +19250,6 @@ with pkgs;
|
||||||
|
|
||||||
paperkey = callPackage ../tools/security/paperkey { };
|
paperkey = callPackage ../tools/security/paperkey { };
|
||||||
|
|
||||||
pangoxsl = callPackage ../development/libraries/pangoxsl { };
|
|
||||||
|
|
||||||
pcaudiolib = callPackage ../development/libraries/pcaudiolib { };
|
pcaudiolib = callPackage ../development/libraries/pcaudiolib { };
|
||||||
|
|
||||||
pcg_c = callPackage ../development/libraries/pcg-c { };
|
pcg_c = callPackage ../development/libraries/pcg-c { };
|
||||||
|
|
Loading…
Reference in a new issue