xmpp-compliance-tester

XMPP Compliance Tester, forked from github.com/iNPUTmice/ComplianceTester
git clone https://git.in0rdr.ch/xmpp-compliance-tester.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

shell.nix (132B)


      1 { pkgs ? import <nixpkgs> {} }:
      2   pkgs.mkShell {
      3     nativeBuildInputs = with pkgs.buildPackages; [
      4       jre8
      5       maven
      6     ];
      7 }