mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #153869 from vcunat/p/pangoxsl-remove
pangoxsl: remove the package
This commit is contained in:
commit
20ff12d286
@ -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
|
||||
, libxslt
|
||||
, pango
|
||||
, pangoxsl
|
||||
, perl
|
||||
, pkg-config
|
||||
, popt
|
||||
@ -26,7 +25,6 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
libxslt
|
||||
pango
|
||||
pangoxsl
|
||||
gtk2
|
||||
popt
|
||||
];
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user