python311Packages.abjad: add typing-extensions package dependency
Build failed with ModuleNotFoundError, fixing.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
pythonOlder,
|
||||
pytestCheckHook,
|
||||
lilypond,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||
ply
|
||||
roman
|
||||
uqbar
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
buildInputs = [ lilypond ];
|
||||
|
||||
Reference in New Issue
Block a user