3
0
Fork 0
forked from mirrors/nixpkgs

Pin 1.3.1 to R15B03, riak does not work with R16

This commit is contained in:
Malcolm Matalka 2013-09-17 20:41:06 +02:00
parent 59bd1ba586
commit 7aacc46f10

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, erlang }:
{ stdenv, fetchurl, unzip, erlangR15B03 }:
let
srcs = {
@ -15,7 +15,7 @@ in
stdenv.mkDerivation rec {
name = "riak-1.3.1";
buildInputs = [unzip erlang];
buildInputs = [unzip erlangR15B03];
src = srcs.riak;