arangodb: remove go

This commit is contained in:
Jörg Thalheim 2017-08-26 13:34:06 +01:00
parent fcfd477c9b
commit 132c2a8ec5

View File

@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [
openssl zlib go readline python
openssl zlib readline python
];
nativeBuildInputs = [ cmake ];