9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-ySU1gtskQTv9cDq/wbKkneePMbSQcjnyhumhkpoebjo=";
18 propagatedBuildInputs = [ cffi pytestrunner ];
20 checkInputs = [ pytestCheckHook ];
22 # FIXME: These do not work, and I have been unable to figure out why.
25 pythonImportsCheck = [ "reflink" ];
28 description = "Python reflink wraps around platform specific reflink implementations";
29 homepage = "https://gitlab.com/rubdos/pyreflink";
30 license = licenses.mit;
31 maintainers = with maintainers; [ lovesegfault ];