glasgow: fix on non-NixOS

Without the `packaging` dependency, `glasgow` fails to start on
non-NixOS systems (at least on Fedora).
This commit is contained in:
Serge Bazanski 2023-09-27 12:16:02 +02:00 committed by Austin Seipp
parent 4d011cb112
commit 03fe55d354

View File

@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
crc
fx2
libusb1
packaging
pyvcd
setuptools
];