cfssl: allow building on all platforms (#48093)

This commit is contained in:
Michael Francis
2018-10-12 06:16:58 +00:00
committed by Franz Pletz
parent 60ae563293
commit 6ab21f4486
+1 -1
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;
};
}