gallia: mark as broken on darwin

This commit is contained in:
Fabian Affolter 2022-09-24 22:29:31 +02:00
parent a9da0a7de2
commit 035cca50b7

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, fetchFromGitHub
, python3
}:
@ -56,5 +57,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/Fraunhofer-AISEC/gallia";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
broken = stdenv.isDarwin;
};
}