0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python310Packages.cryptography: remove empty dev output

This commit is contained in:
Sandro Jäckel 2022-08-18 21:25:08 +02:00
parent d34f728c2f
commit dc3e75802b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -44,8 +44,6 @@ buildPythonPackage rec {
cargoRoot = "src/rust";
outputs = [ "out" "dev" ];
nativeBuildInputs = lib.optionals (!isPyPy) [
cffi
] ++ [