mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
libxslt: Update to 1.1.27
This commit is contained in:
parent
c7658cf9b0
commit
14310ed2c8
@ -1,15 +1,15 @@
|
||||
{stdenv, fetchurl, libxml2 }:
|
||||
{ stdenv, fetchurl, libxml2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libxslt-1.1.26";
|
||||
|
||||
name = "libxslt-1.1.27";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://xmlsoft.org/libxml2/${name}.tar.gz";
|
||||
sha256 = "1c9xdv39jvq1hp16gsbi56hbz032dmqyy0fpi4ls1y3152s55pam";
|
||||
sha256 = "09ky3vhlaahvsb0q9gp6h3as53pfj70gincirachjqzj46jdka5n";
|
||||
};
|
||||
|
||||
buildInputs = [libxml2];
|
||||
|
||||
|
||||
buildInputs = [ libxml2 ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/nix-support
|
||||
ln -s ${libxml2}/nix-support/setup-hook $out/nix-support/
|
||||
@ -19,5 +19,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://xmlsoft.org/XSLT/;
|
||||
description = "A C library and tools to do XSL transformations";
|
||||
license = "bsd";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.platforms.eelco ];
|
||||
};
|
||||
}
|
||||
|
@ -170,7 +170,6 @@ with (import ./release-lib.nix);
|
||||
libsmbios = linux;
|
||||
libtool = all;
|
||||
libtool_2 = all;
|
||||
libxslt = all;
|
||||
lout = linux;
|
||||
lsh = linux;
|
||||
lsof = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user