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
commit 0b0a8153eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}