cfssl: allow building on all platforms (#48093)
This commit is contained in:
parent
60ae563293
commit
6ab21f4486
|
@ -27,8 +27,8 @@ buildGoPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://cfssl.org/;
|
homepage = https://cfssl.org/;
|
||||||
description = "Cloudflare's PKI and TLS toolkit";
|
description = "Cloudflare's PKI and TLS toolkit";
|
||||||
platforms = platforms.linux;
|
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ mbrgm ];
|
maintainers = with maintainers; [ mbrgm ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue