urbit: use python2
This commit is contained in:
parent
09a5864d28
commit
12d9fe12f0
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, gcc, gmp, libsigsegv, openssl, automake, autoconf, ragel,
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
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 python
|
ncurses perl zlib python2
|
||||||
];
|
];
|
||||||
|
|
||||||
# uses 'readdir_r' deprecated by glibc 2.24
|
# uses 'readdir_r' deprecated by glibc 2.24
|
||||||
|
Loading…
Reference in New Issue
Block a user