libgnurl: add darwin support

This commit is contained in:
Weijia Wang 2023-10-17 01:04:00 +02:00
parent 0d8f23653d
commit 4b63ac9ccc

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
description = "A fork of libcurl used by GNUnet";
homepage = "https://gnunet.org/en/gnurl.html";
maintainers = with maintainers; [ vrthra ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.curl;
};
}