liboauth: expand platforms to all
This commit is contained in:
parent
5f808e1251
commit
db02458ebb
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue