mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Expat updated to 1.95.8.
svn path=/nixpkgs/trunk/; revision=1452
This commit is contained in:
parent
cba0649530
commit
0e8d792804
2 changed files with 3 additions and 12 deletions
|
@ -1,8 +0,0 @@
|
|||
. $stdenv/setup || exit 1
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd expat-* || exit 1
|
||||
./configure --prefix=$out || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
strip -S $out/lib/*.a || exit 1
|
|
@ -1,8 +1,7 @@
|
|||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "expat-1.95.7";
|
||||
builder = ./builder.sh;
|
||||
name = "expat-1.95.8";
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/expat/expat-1.95.7.tar.gz;
|
||||
md5 = "2ff59c2a5cbdd21a285c5f343e214fa9";
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/expat/expat-1.95.8.tar.gz;
|
||||
md5 = "aff487543845a82fe262e6e2922b4c8e";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue