cryfs: use python3
This commit is contained in:
parent
f2f007073c
commit
11cbfae15a
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch
|
{ lib, stdenv, fetchFromGitHub, fetchpatch
|
||||||
, cmake, pkg-config, python, gtest
|
, cmake, pkg-config, python3, gtest
|
||||||
, boost, cryptopp, curl, fuse, openssl
|
, boost, cryptopp, curl, fuse, openssl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -44,9 +44,11 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "(4.5L*1024*1024*1024)" "(0.5L*1024*1024*1024)"
|
--replace "(4.5L*1024*1024*1024)" "(0.5L*1024*1024*1024)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gtest pkg-config python ];
|
nativeBuildInputs = [ cmake pkg-config python3 ];
|
||||||
|
|
||||||
buildInputs = [ boost cryptopp curl fuse openssl ];
|
strictDeps = true;
|
||||||
|
|
||||||
|
buildInputs = [ boost cryptopp curl fuse openssl gtest ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DCRYFS_UPDATE_CHECKS:BOOL=FALSE"
|
"-DCRYFS_UPDATE_CHECKS:BOOL=FALSE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user