lean2: stay with python2
broken, so who knows...
This commit is contained in:
parent
12585844a3
commit
7865ac1046
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, gmp, mpfr, python
|
{ lib, stdenv, fetchFromGitHub, cmake, gmp, mpfr, python2
|
||||||
, gperftools, ninja, makeWrapper }:
|
, gperftools, ninja, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper ninja ];
|
nativeBuildInputs = [ cmake makeWrapper ninja ];
|
||||||
buildInputs = [ gmp mpfr python gperftools ];
|
buildInputs = [ gmp mpfr python2 gperftools ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs bin/leantags
|
patchShebangs bin/leantags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user