treewide: fix brother-ql usage

This commit is contained in:
2025-03-19 18:47:16 +01:00
parent b85a6535fe
commit 4bab5e7e21
4 changed files with 16 additions and 10 deletions

View File

@@ -9,6 +9,10 @@ python3Packages.buildPythonApplication {
format = "pyproject";
# brother-ql is breaky breaky
# https://github.com/NixOS/nixpkgs/issues/285234
dontCheckRuntimeDeps = true;
nativeBuildInputs = with python3Packages; [ setuptools ];
propagatedBuildInputs = with python3Packages; [
brother-ql