flake.nix: add libdib
This commit is contained in:
@@ -16,6 +16,7 @@ python3Packages.buildPythonApplication {
|
||||
nativeBuildInputs = with python3Packages; [ setuptools ];
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
brother-ql
|
||||
libdib
|
||||
matplotlib
|
||||
psycopg2
|
||||
python-barcode
|
||||
|
||||
@@ -12,6 +12,7 @@ mkShell {
|
||||
(python.withPackages (ps: with ps; [
|
||||
brother-ql
|
||||
matplotlib
|
||||
libdib
|
||||
psycopg2
|
||||
python-barcode
|
||||
sqlalchemy
|
||||
|
||||
Reference in New Issue
Block a user