popeye: allow to build on darwin

This commit is contained in:
Fabian Deifuß 2022-03-24 23:54:53 +01:00
parent ac5d248d20
commit 4a9109ff20

View file

@ -32,6 +32,5 @@ buildGoModule rec {
changelog = "https://github.com/derailed/popeye/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ maintainers.bryanasdev000 ];
platforms = platforms.linux;
};
}