glusterfs: use python2
configure reports that only python2 is supported.
This commit is contained in:
parent
481eea3280
commit
0e3b5834c0
|
@ -1,4 +1,4 @@
|
||||||
{stdenv, fetchurl, fuse, bison, flex_2_5_35, openssl, python, ncurses, readline,
|
{stdenv, fetchurl, fuse, bison, flex_2_5_35, openssl, python2, ncurses, readline,
|
||||||
autoconf, automake, libtool, pkgconfig, zlib, libaio, libxml2, acl, sqlite
|
autoconf, automake, libtool, pkgconfig, zlib, libaio, libxml2, acl, sqlite
|
||||||
, liburcu, attr
|
, liburcu, attr
|
||||||
}:
|
}:
|
||||||
|
@ -13,7 +13,7 @@ let
|
||||||
sha256="0f715r6bf12b37s1l3259qzfbz8l2g3mdsnnh2lflagzazn6jnap";
|
sha256="0f715r6bf12b37s1l3259qzfbz8l2g3mdsnnh2lflagzazn6jnap";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
fuse bison flex_2_5_35 openssl python ncurses readline
|
fuse bison flex_2_5_35 openssl python2 ncurses readline
|
||||||
autoconf automake libtool pkgconfig zlib libaio libxml2
|
autoconf automake libtool pkgconfig zlib libaio libxml2
|
||||||
acl sqlite liburcu attr
|
acl sqlite liburcu attr
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue