···2424 "pythondir=$(py)/${python3.sitePackages}"
2525 ];
26262727+ doCheck = false; # fails 1 out of 1 tests, needs `certutil`
2828+2729 meta = with stdenv.lib; {
2830 description = "A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool";
2931 homepage = https://pagure.io/volume_key/;