Merge pull request #11293 from mayflower/fix/python-gateone-pkg-ref
pythonPackages.gateone: Fix python packages reference
This commit is contained in:
commit
8f257cada9
1 changed files with 1 additions and 1 deletions
|
@ -4181,7 +4181,7 @@ in modules // {
|
|||
repo = "GateOne";
|
||||
sha256 ="0zp9vfs6sqbx4d0g45kkjinfmsl9zqwa6bhp3xd81wx3ph9yr1hq";
|
||||
};
|
||||
propagatedBuildInputs = with pkgs.self; [tornado futures html5lib readline pkgs.openssl];
|
||||
propagatedBuildInputs = with self; [tornado futures html5lib readline pkgs.openssl];
|
||||
meta = {
|
||||
homepage = https://liftoffsoftware.com/;
|
||||
description = "GateOne is a web-based terminal emulator and SSH client";
|
||||
|
|
Loading…
Reference in a new issue