mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
prepare for multiple versions
svn path=/nixpkgs/trunk/; revision=5930
This commit is contained in:
parent
56d8395f3d
commit
f644035715
@ -1,12 +1 @@
|
||||
{stdenv, fetchurl, libxml2}:
|
||||
|
||||
assert libxml2 != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libxslt-1.1.15";
|
||||
src = fetchurl {
|
||||
url = ftp://xmlsoft.org/libxml2/libxslt-1.1.15.tar.gz;
|
||||
md5 = "238de9eda71b570ff7b78aaf65308fc6";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
||||
import ./libxslt-1.1.15.nix
|
||||
|
12
pkgs/development/libraries/libxslt/libxslt-1.1.15.nix
Normal file
12
pkgs/development/libraries/libxslt/libxslt-1.1.15.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, libxml2}:
|
||||
|
||||
assert libxml2 != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libxslt-1.1.15";
|
||||
src = fetchurl {
|
||||
url = ftp://xmlsoft.org/libxml2/libxslt-1.1.15.tar.gz;
|
||||
md5 = "238de9eda71b570ff7b78aaf65308fc6";
|
||||
};
|
||||
buildInputs = [libxml2];
|
||||
}
|
Loading…
Reference in New Issue
Block a user