flake.nix: add libdib

This commit is contained in:
2025-06-07 15:02:29 +02:00
parent 634716956e
commit 2a42522573
3 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ python3Packages.buildPythonApplication {
nativeBuildInputs = with python3Packages; [ setuptools ];
propagatedBuildInputs = with python3Packages; [
brother-ql
libdib
matplotlib
psycopg2
python-barcode

View File

@@ -12,6 +12,7 @@ mkShell {
(python.withPackages (ps: with ps; [
brother-ql
matplotlib
libdib
psycopg2
python-barcode
sqlalchemy