redland: upgraded to 1.0.7
svn path=/nixpkgs/branches/stdenv-updates/; revision=10146
This commit is contained in:
parent
a7703662a4
commit
6fb8f2c6b7
@ -1,11 +1,11 @@
|
|||||||
args:
|
args:
|
||||||
with args;
|
with args;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "redland-1.0.6";
|
name = "redland-1.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://prdownloads.sourceforge.net/librdf/redland-1.0.6.tar.gz;
|
url = "sf://librdf/${name}.tar.gz";
|
||||||
sha256 = "16hm8s6wy43avy4xcsq74n2dyzwzsdq2h2l2jav0by7s6mkh5gxw";
|
sha256 = "1z160hhrnlyy5c8vh2hjza6kdfmzml8mg9dk8yffifkhnxjq5r2z";
|
||||||
};
|
};
|
||||||
buildInputs = [ bdb openssl libxml2 pkgconfig perl];
|
buildInputs = [ bdb openssl libxml2 pkgconfig perl];
|
||||||
configureFlags="--without-static --with-threads --with-bdb=${bdb}";
|
configureFlags="--without-static --with-threads --with-bdb=${bdb}";
|
||||||
|
Loading…
Reference in New Issue
Block a user