gotty: Make it easier to access the binary

This commit is contained in:
William A. Kennington III 2015-09-22 11:32:02 -07:00
parent 25dbb2d8bc
commit f8094068a4
2 changed files with 2 additions and 5 deletions

View file

@ -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 { };

View file

@ -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";