ess-mode: enable Hydra builds on Linux

This commit is contained in:
Peter Simons 2013-12-21 00:05:29 +01:00
parent 76da6e6ed3
commit 778a55d352

View file

@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
description = "Emacs Speaks Statistics";
homepage = "http://ess.r-project.org/";
license = stdenv.lib.licenses.gpl2Plus;
hydraPlatforms = stdenv.lib.platforms.linux;
};
}