This commit is contained in:
Lukas Wurzinger 2025-01-05 00:36:22 +01:00
parent bd7375cad5
commit 123e687479
No known key found for this signature in database

View file

@ -6,14 +6,21 @@
python3Packages.buildPythonApplication {
pname = "musicomp";
version = "0.1.0";
src = ./.;
pyproject = true;
doCheck = false;
build-system = [python3Packages.hatchling];
makeWrapperArgs = [
"--prefix"
"PATH"
":"
(lib.makeBinPath [opusTools])
];
meta.mainProgram = "musicomp";
}