python3Packages.cffi: drop empty dev output

This commit is contained in:
Martin Weinelt
2022-08-25 03:10:36 +02:00
parent 5e053ae4a5
commit e1c292692f
@@ -11,8 +11,6 @@ if isPyPy then null else buildPythonPackage rec {
sha256 = "sha256-1AC/uaN7E1ElPLQCZxzqfom97MKU6AFqcH9tHYrJNPk=";
};
outputs = [ "out" "dev" ];
buildInputs = [ libffi ];
nativeBuildInputs = [ pkg-config ];