liboauth: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent 5f808e1251
commit db02458ebb
  1. 2
      pkgs/development/libraries/liboauth/default.nix

@ -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…
Cancel
Save