mirror of
https://github.com/kmein/niveum
synced 2026-03-29 08:41:07 +02:00
chore: upgrade to 21.05
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
preConfigure = "./autogen.sh";
|
||||
configureFlags = [ "--disable-documentation" "--disable-shared" ]
|
||||
++ lib.optional tls "--enable-dtls";
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/obgm/libcoap";
|
||||
description = "A CoAP (RFC 7252) implementation in C";
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user