python311Packages.pyogg: fix propagatedBuildInputs typo

This commit is contained in:
Peder Bergebakken Sundt
2024-09-12 23:50:53 +02:00
parent 2d244d98c5
commit d2f22a8e8c
@@ -12,7 +12,6 @@
}:
buildPythonPackage rec {
pname = "pyogg";
version = "0.6.14a1";
@@ -29,7 +28,7 @@ buildPythonPackage rec {
libopus
];
propagatedBuidInputs = [
propagatedBuildInputs = [
libvorbis
flac
libogg