couchdb: update to 1.5.1
This commit is contained in:
parent
8b9a7c36d1
commit
eb8a331510
|
@ -3,16 +3,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "couchdb-${version}";
|
name = "couchdb-${version}";
|
||||||
version = "1.5.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/couchdb/source/${version}/apache-couchdb-${version}.tar.gz";
|
url = "mirror://apache/couchdb/source/${version}/apache-${name}.tar.gz";
|
||||||
sha256 = "1vwgcckp3svgifmagyjmgazm6387i9m6z182p6ja891i8fkb5gdb";
|
sha256 = "0isddp29zh72idgwjaswqy887c1fwx5g1lwlbzscwcv6q70xrmfr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [ erlang icu openssl spidermonkey curl help2man sphinx which
|
||||||
erlang icu openssl spidermonkey curl help2man sphinx which file pkgconfig
|
file pkgconfig ];
|
||||||
];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
sed -i -e "s|\`getopt|\`${getopt}/bin/getopt|" $out/bin/couchdb
|
sed -i -e "s|\`getopt|\`${getopt}/bin/getopt|" $out/bin/couchdb
|
||||||
|
|
Loading…
Reference in New Issue