urbit: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 13:50:26 +01:00
parent 09a5864d28
commit 12d9fe12f0

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
cmake, re2c, libtool, ncurses, perl, zlib, python }:
cmake, re2c, libtool, ncurses, perl, zlib, python2 }:
stdenv.mkDerivation rec {
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = with stdenv.lib; [
gcc gmp libsigsegv openssl automake autoconf ragel cmake re2c libtool
ncurses perl zlib python
ncurses perl zlib python2
];
# uses 'readdir_r' deprecated by glibc 2.24