forked from mirrors/nixpkgs
python3Packages.pykeepass: fix cross-compilation
This commit is contained in:
parent
0fe2522fd2
commit
f632423c61
|
@ -24,6 +24,8 @@ buildPythonPackage rec {
|
|||
argon2_cffi python-dateutil future
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [ argon2_cffi ];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} -m unittest tests.tests
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue