Merge pull request #199920 from RaitoBezarius/fix-sbctl

This commit is contained in:
Martin Weinelt
2022-11-07 03:02:48 +01:00
committed by GitHub
+3
View File
@@ -41,5 +41,8 @@ buildGoModule rec {
homepage = "https://github.com/Foxboron/sbctl";
license = licenses.mit;
maintainers = with maintainers; [ raitobezarius ];
# go-uefi do not support darwin at the moment:
# see upstream on https://github.com/Foxboron/go-uefi/issues/13
platforms = platforms.linux;
};
}