gnunet: add darwin support

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

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
homepage = "https://gnunet.org/";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ pstn vrthra ];
platforms = platforms.gnu ++ platforms.linux;
platforms = platforms.unix;
changelog = "https://git.gnunet.org/gnunet.git/tree/ChangeLog?h=v${version}";
};
}