python311Packages.pyogg: fix propagatedBuildInputs typo
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
pname = "pyogg";
|
||||
version = "0.6.14a1";
|
||||
|
||||
@@ -29,7 +28,7 @@ buildPythonPackage rec {
|
||||
libopus
|
||||
];
|
||||
|
||||
propagatedBuidInputs = [
|
||||
propagatedBuildInputs = [
|
||||
libvorbis
|
||||
flac
|
||||
libogg
|
||||
|
||||
Reference in New Issue
Block a user