liboauth: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 01:02:42 +07:00
parent 5f808e1251
commit db02458ebb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
platforms = platforms.linux; platforms = platforms.all;
description = "C library implementing the OAuth secure authentication protocol"; description = "C library implementing the OAuth secure authentication protocol";
homepage = "http://liboauth.sourceforge.net/"; homepage = "http://liboauth.sourceforge.net/";
repositories.git = "https://github.com/x42/liboauth.git"; repositories.git = "https://github.com/x42/liboauth.git";