summary refs log tree commit diff
path: root/pkgs/tools/misc/glasgow
diff options
context:
space:
mode:
authorSerge Bazanski <serge@nexantic.com>2023-09-27 12:16:02 +0200
committerAustin Seipp <aseipp@pobox.com>2023-09-27 08:09:11 -0500
commit03fe55d3540815409fce6b898528fc2c8e087cd2 (patch)
treedd648cf12906749b87645e3db554f06ec537260b /pkgs/tools/misc/glasgow
parent4d011cb112133dfcb1bcc3a07a9768b5f60702bc (diff)
downloadnixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar.gz
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar.bz2
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar.lz
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar.xz
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.tar.zst
nixpkgs-03fe55d3540815409fce6b898528fc2c8e087cd2.zip
glasgow: fix on non-NixOS
Without the `packaging` dependency, `glasgow` fails to start on
non-NixOS systems (at least on Fedora).
Diffstat (limited to 'pkgs/tools/misc/glasgow')
-rw-r--r--pkgs/tools/misc/glasgow/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/glasgow/default.nix b/pkgs/tools/misc/glasgow/default.nix
index 2718fc49689..470f4016e5d 100644
--- a/pkgs/tools/misc/glasgow/default.nix
+++ b/pkgs/tools/misc/glasgow/default.nix
@@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
     crc
     fx2
     libusb1
+    packaging
     pyvcd
     setuptools
   ];