mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
screego: fix darwin checkPhase
This commit is contained in:
parent
b1811ddfa9
commit
401e78d537
|
@ -36,6 +36,10 @@ let
|
|||
nodejs
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
cp -r build $out
|
||||
'';
|
||||
|
@ -68,6 +72,8 @@ buildGo123Module rec {
|
|||
mv $out/bin/server $out/bin/screego
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Screen sharing for developers";
|
||||
homepage = "https://screego.net";
|
||||
|
|
Loading…
Reference in a new issue