gotty: Make it easier to access the binary
This commit is contained in:
parent
25dbb2d8bc
commit
f8094068a4
@ -5516,6 +5516,8 @@ let
|
|||||||
|
|
||||||
gob2 = callPackage ../development/tools/misc/gob2 { };
|
gob2 = callPackage ../development/tools/misc/gob2 { };
|
||||||
|
|
||||||
|
gotty = goPackages.gotty.bin // { outputs = [ "bin" ]; };
|
||||||
|
|
||||||
gradle = callPackage ../development/tools/build-managers/gradle { };
|
gradle = callPackage ../development/tools/build-managers/gradle { };
|
||||||
|
|
||||||
gperf = callPackage ../development/tools/misc/gperf { };
|
gperf = callPackage ../development/tools/misc/gperf { };
|
||||||
|
@ -818,11 +818,6 @@ let
|
|||||||
|
|
||||||
buildInputs = [ cli-go go manners go-bindata-assetfs go-multierror structs websocket hcl pty ];
|
buildInputs = [ cli-go go manners go-bindata-assetfs go-multierror structs websocket hcl pty ];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
mkdir $out/bin
|
|
||||||
ln -s go/bin/gotty $out/bin/
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Share your terminal as a web application";
|
description = "Share your terminal as a web application";
|
||||||
homepage = "https://github.com/yudai/gotty";
|
homepage = "https://github.com/yudai/gotty";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user