liboauth: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 01:02:42 +07:00
parent 5f808e1251
commit db02458ebb

View file

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