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 { };
|
||||
|
||||
gotty = goPackages.gotty.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
gradle = callPackage ../development/tools/build-managers/gradle { };
|
||||
|
||||
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 ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir $out/bin
|
||||
ln -s go/bin/gotty $out/bin/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Share your terminal as a web application";
|
||||
homepage = "https://github.com/yudai/gotty";
|
||||
|
Loading…
Reference in New Issue
Block a user