lol

libgnurl: add darwin support

+1 -1
+1 -1
pkgs/development/libraries/libgnurl/default.nix
··· 40 40 description = "A fork of libcurl used by GNUnet"; 41 41 homepage = "https://gnunet.org/en/gnurl.html"; 42 42 maintainers = with maintainers; [ vrthra ]; 43 - platforms = platforms.linux; 43 + platforms = platforms.unix; 44 44 license = licenses.curl; 45 45 }; 46 46 }