cfssl: allow building on all platforms (#48093)

This commit is contained in:
Michael Francis 2018-10-12 14:16:58 +08:00 committed by Franz Pletz
parent 60ae563293
commit 6ab21f4486

View file

@ -27,8 +27,8 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = https://cfssl.org/;
description = "Cloudflare's PKI and TLS toolkit";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ mbrgm ];
platforms = platforms.all;
};
}