mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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 New Issue
Block a user