fix reference to glibtoolize in tmate
This commit is contained in:
parent
321a6b2248
commit
d6a6f9db95
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace msgpack/bootstrap --replace glibtoolize libtoolize
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://tmate.io/;
|
||||
description = "Instant Terminal Sharing";
|
||||
|
Loading…
Reference in New Issue
Block a user