shira: enable __structuredAttrs

This commit is contained in:
Conor
2026-08-17 19:26:30 +01:00
parent a9e39c3aa1
commit 2fabfbdeb3

View File

@@ -10,6 +10,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
version = "1.8.5";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "KraXen72";
repo = "shira";
@@ -40,11 +42,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
];
makeWrapperArgs = [
"--prefix PATH : ${
lib.makeBinPath [
ffmpeg
]
}"
"--prefix"
"PATH"
":"
"${lib.makeBinPath [
ffmpeg
]}"
];
meta = {