mirtk: use python3
This commit is contained in:
parent
32ab27637e
commit
dc04d776a3
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, gtest, fetchFromGitHub, cmake, boost, eigen, python, vtk, zlib, tbb }:
|
{ lib, stdenv, gtest, fetchFromGitHub, cmake, boost, eigen, python3, vtk, zlib, tbb }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gtest ];
|
nativeBuildInputs = [ cmake gtest ];
|
||||||
buildInputs = [ boost eigen python vtk zlib tbb ];
|
buildInputs = [ boost eigen python3 vtk zlib tbb ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/BioMedIA/MIRTK";
|
homepage = "https://github.com/BioMedIA/MIRTK";
|
||||||
|
Loading…
Reference in New Issue
Block a user