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 08:09:11 -05:00
committed by Austin Seipp
parent 4d011cb112
commit 03fe55d354
+1
View File
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
crc
fx2
libusb1
packaging
pyvcd
setuptools
];