bambootracker: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-12 01:44:37 +01:00
parent 806d814516
commit 80e8b03387
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,5 +1,6 @@
{ mkDerivation
, lib
, stdenv
, fetchFromGitHub
, qmake
, pkg-config
@ -34,5 +35,6 @@ mkDerivation rec {
license = licenses.gpl2Only;
platforms = platforms.all;
maintainers = with maintainers; [ OPNA2608 ];
broken = stdenv.isDarwin;
};
}