pythonPackages.gateone: Fix python packages reference
This fixes an error that was introduced with d2519c1f160e7cb63a845a5a2f57b340ea8d05aa.
This commit is contained in:
parent
8fe518e763
commit
c85546a897
@ -4181,7 +4181,7 @@ in modules // {
|
|||||||
repo = "GateOne";
|
repo = "GateOne";
|
||||||
sha256 ="0zp9vfs6sqbx4d0g45kkjinfmsl9zqwa6bhp3xd81wx3ph9yr1hq";
|
sha256 ="0zp9vfs6sqbx4d0g45kkjinfmsl9zqwa6bhp3xd81wx3ph9yr1hq";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with pkgs.self; [tornado futures html5lib readline pkgs.openssl];
|
propagatedBuildInputs = with self; [tornado futures html5lib readline pkgs.openssl];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://liftoffsoftware.com/;
|
homepage = https://liftoffsoftware.com/;
|
||||||
description = "GateOne is a web-based terminal emulator and SSH client";
|
description = "GateOne is a web-based terminal emulator and SSH client";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user