Temporarily disable brother-ql + friends, update to python 3.13

This commit is contained in:
2026-01-26 11:47:10 +09:00
parent 1d01e1b2cb
commit 8e84669d9b
10 changed files with 388 additions and 1203 deletions

View File

@@ -16,17 +16,17 @@ python3Packages.buildPythonApplication {
# brother-ql is breaky breaky
# https://github.com/NixOS/nixpkgs/issues/285234
dontCheckRuntimeDeps = true;
# dontCheckRuntimeDeps = true;
nativeBuildInputs = with python3Packages; [
setuptools
makeWrapper
];
propagatedBuildInputs = with python3Packages; [
brother-ql
matplotlib
# brother-ql
# matplotlib
psycopg2-binary
python-barcode
# python-barcode
sqlalchemy
];

View File

@@ -10,10 +10,10 @@ mkShell {
ruff
uv
(python.withPackages (ps: with ps; [
brother-ql
matplotlib
# brother-ql
# matplotlib
psycopg2
python-barcode
# python-barcode
sqlalchemy
]))
];