clipqr: mark broken on darwin

This commit is contained in:
Matthieu Barthel 2022-11-07 22:30:18 +01:00
parent 3a90ab68e6
commit 78a694fff4
No known key found for this signature in database
GPG Key ID: 9245E77C55ECD2B4

View File

@ -12,6 +12,7 @@
, makeDesktopItem
, mesa
, pkg-config
, stdenv
}:
buildGoModule rec {
@ -66,5 +67,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ MatthieuBarthel ];
homepage = "https://gitlab.com/imatt-foss/clipqr";
broken = stdenv.isDarwin;
};
}