Commit 03fe55d3 authored by Serge Bazanski's avatar Serge Bazanski Committed by Austin Seipp
Browse files

glasgow: fix on non-NixOS

Without the `packaging` dependency, `glasgow` fails to start on
non-NixOS systems (at least on Fedora).
parent 4d011cb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
    crc
    fx2
    libusb1
    packaging
    pyvcd
    setuptools
  ];