urbit: 2016-06-02 -> 0.4 (#20922)
This commit is contained in:
parent
df07922e3e
commit
8c0f4755bd
@ -1,21 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
|
{ stdenv, fetchFromGitHub, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
|
||||||
cmake, re2c, libtool, ncurses, perl, zlib, python2 }:
|
cmake, re2c, libtool, ncurses, perl, zlib, python2, curl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "urbit-${version}";
|
name = "urbit-${version}";
|
||||||
version = "2016-06-02";
|
version = "0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "urbit";
|
owner = "urbit";
|
||||||
repo = "urbit";
|
repo = "urbit";
|
||||||
rev = "8c113559872e4a97bce3f3ee5b370ad9545c7459";
|
rev = "v${version}";
|
||||||
sha256 = "055qdpp4gm0v04pddq4380pdsi0gp2ybgv1d2lchkhwsnjyl46jl";
|
sha256 = "1ndy58ypilabf9pfkqzzl7wf6x1vr4gpvsbn30sygp2ip908q0xz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with stdenv.lib; [
|
buildInputs = with stdenv.lib; [
|
||||||
gcc gmp libsigsegv openssl automake autoconf ragel cmake re2c libtool
|
gcc gmp libsigsegv openssl automake autoconf ragel cmake re2c libtool
|
||||||
ncurses perl zlib python2
|
ncurses perl zlib python2 curl
|
||||||
];
|
];
|
||||||
|
|
||||||
# uses 'readdir_r' deprecated by glibc 2.24
|
# uses 'readdir_r' deprecated by glibc 2.24
|
||||||
|
Loading…
Reference in New Issue
Block a user