3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.cffi: drop empty dev output

This commit is contained in:
Martin Weinelt 2022-08-25 02:40:36 +02:00
parent 5e053ae4a5
commit e1c292692f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,8 +11,6 @@ if isPyPy then null else buildPythonPackage rec {
sha256 = "sha256-1AC/uaN7E1ElPLQCZxzqfom97MKU6AFqcH9tHYrJNPk="; sha256 = "sha256-1AC/uaN7E1ElPLQCZxzqfom97MKU6AFqcH9tHYrJNPk=";
}; };
outputs = [ "out" "dev" ];
buildInputs = [ libffi ]; buildInputs = [ libffi ];
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];