mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
python3Packages.pykeepass: fix cross-compilation
This commit is contained in:
committed by
Jonathan Ringer
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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user