mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
clasp: use python3
This commit is contained in:
parent
e029eba1ca
commit
250544f209
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchFromGitLab
|
{ lib, stdenv, fetchFromGitHub, fetchFromGitLab
|
||||||
, llvmPackages
|
, llvmPackages
|
||||||
, cmake, boehmgc, gmp, zlib, ncurses, boost, libelf
|
, cmake, boehmgc, gmp, zlib, ncurses, boost, libelf
|
||||||
, python, git, sbcl
|
, python3, git, sbcl
|
||||||
, wafHook
|
, wafHook
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python git sbcl wafHook ] ++
|
nativeBuildInputs = [ cmake python3 git sbcl wafHook ] ++
|
||||||
(with llvmPackages; [ llvm clang ]);
|
(with llvmPackages; [ llvm clang ]);
|
||||||
|
|
||||||
buildInputs = with llvmPackages;
|
buildInputs = with llvmPackages;
|
||||||
|
Loading…
Reference in New Issue
Block a user