python312Packages.linknlink: refactor

This commit is contained in:
Fabian Affolter 2024-05-02 09:43:12 +02:00
parent 9fdde86cc5
commit 77af484c7b

View File

@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-MOZw+7oFHeH7Vaj6pylR7wqe3ZyHcsiG+n8jnRAQ8PA=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
cryptography
];