python3Packages.protobuf: remove dev output
Apparently some things don't handle Python packages with dev outputs correctly. This will fix those packages but will cause build-platform contamination for cross-compiled packages that use protobuf (due to propagatedNativeBuildInputs).
This commit is contained in:
@@ -41,8 +41,6 @@ buildPythonPackage {
|
||||
fi
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
buildInputs = [ protobuf ];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user