forked from mirrors/nixpkgs
Pin 1.3.1 to R15B03, riak does not work with R16
This commit is contained in:
parent
59bd1ba586
commit
7aacc46f10
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue