with import <nixpkgs> {};
rec {
  env = stdenv.mkDerivation {
    name = "Quaternion";
    buildInputs = [
    		cmake_2_8
		olm
		git
		qt56.qtdeclarative
		qt56.qtquickcontrols2
    ];
    SSL_CERT_FILE="/etc/ssl/certs/ca-bundle.crt";
  };
}