eternal-terminal: enable darwin build.
This commit is contained in:
parent
80dd2faa5b
commit
145627391b
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Remote shell that automatically reconnects without interrupting the session";
|
description = "Remote shell that automatically reconnects without interrupting the session";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = https://mistertea.github.io/EternalTCP/;
|
homepage = https://mistertea.github.io/EternalTCP/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.dezgeg ];
|
maintainers = [ maintainers.dezgeg ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user