mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
liboauth: expand platforms to all
This commit is contained in:
parent
5f808e1251
commit
db02458ebb
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue