Merge pull request #188238 from mweinelt/cffi-drop-dev-output

This commit is contained in:
Martin Weinelt
2022-08-25 12:29:13 +02:00
committed by GitHub
@@ -11,8 +11,6 @@ if isPyPy then null else buildPythonPackage rec {
sha256 = "sha256-1AC/uaN7E1ElPLQCZxzqfom97MKU6AFqcH9tHYrJNPk=";
};
outputs = [ "out" "dev" ];
buildInputs = [ libffi ];
nativeBuildInputs = [ pkg-config ];