mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
etebase-server: mark as broken on darwin
This commit is contained in:
parent
348f2d8e9c
commit
d458869fc1
@ -1,4 +1,4 @@
|
|||||||
{ lib, python3, fetchFromGitHub }:
|
{ lib, stdenv, python3, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
py = python3.override {
|
py = python3.override {
|
||||||
@ -52,5 +52,6 @@ buildPythonPackage rec {
|
|||||||
description = "An Etebase (EteSync 2.0) server so you can run your own.";
|
description = "An Etebase (EteSync 2.0) server so you can run your own.";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ felschr ];
|
maintainers = with maintainers; [ felschr ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user