Temporarily disable brother-ql + friends, update to python 3.13
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -10,10 +10,10 @@ mkShell {
|
||||
ruff
|
||||
uv
|
||||
(python.withPackages (ps: with ps; [
|
||||
brother-ql
|
||||
matplotlib
|
||||
# brother-ql
|
||||
# matplotlib
|
||||
psycopg2
|
||||
python-barcode
|
||||
# python-barcode
|
||||
sqlalchemy
|
||||
]))
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user