bambootracker: mark broken on darwin

This commit is contained in:
Sandro Jäckel
2021-02-12 05:48:57 +01:00
parent 806d814516
commit 80e8b03387
@@ -1,5 +1,6 @@
{ mkDerivation { mkDerivation
, lib , lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, qmake , qmake
, pkg-config , pkg-config
@@ -34,5 +35,6 @@ mkDerivation rec {
license = licenses.gpl2Only; license = licenses.gpl2Only;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ OPNA2608 ]; maintainers = with maintainers; [ OPNA2608 ];
broken = stdenv.isDarwin;
}; };
} }