emacs-packages: Remove ess from old emacs package infrastructure
This commit is contained in:
parent
a6f38b3d76
commit
6ac327abe7
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
{ stdenv, fetchurl, emacs, texinfo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ess-14.09";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ess.r-project.org/downloads/ess/${name}.tgz";
|
||||
sha256 = "0wa507jfmq3k7x0vigd2yzb4j2190ix4wnnpv7ql4bjy0vfvmwdn";
|
||||
};
|
||||
|
||||
buildInputs = [ emacs texinfo ];
|
||||
|
||||
configurePhase = "makeFlags=PREFIX=$out";
|
||||
|
||||
meta = {
|
||||
description = "Emacs Speaks Statistics";
|
||||
homepage = http://ess.r-project.org/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue