Commit 49937bab authored by Weijia Wang's avatar Weijia Wang
Browse files

otpclient: restrict platforms

parent 518d5f09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/paolostivanin/OTPClient";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ alexbakker ];
    platforms = platforms.linux;
  };
}