Skip to content

Commit

Permalink
ats2 : advance to latest version 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Karn Kallio authored and zimbatm committed Dec 25, 2016
1 parent 849f2d9 commit 4383aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 104 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/compilers/ats2/default.nix
Expand Up @@ -3,11 +3,11 @@
, withContrib ? true }:

let
versionPkg = "0.2.12" ;
versionPkg = "0.2.13" ;

contrib = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-contrib-${versionPkg}.tgz" ;
sha256 = "16jzabmwq5yz72dzlkc2hmvf2lan83gayn21gbl65jgpwdsbh170" ;
sha256 = "1hsqvdwiydks46sfjmm04rmjcx5v25xpjgnq0b96psrdbd0ky2kf" ;
};

postInstallContrib = stdenv.lib.optionalString withContrib
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-${version}.tgz";
sha256 = "0m8gmm1pnklixxw76yjjqqqixm2cyp91rnq4sj1k29qp4k9zxpl4";
sha256 = "01rkybkwgbpx6blv72n46ml9ii3p6kpxbpczsrpbjkqmf22b4vii";
};

buildInputs = [ gmp ];
Expand All @@ -45,8 +45,6 @@ stdenv.mkDerivation rec {
builtins.toFile "setupHook.sh"
(concatMapStringsSep "\n" builtins.readFile hookFiles);

patches = [ ./installed-lib-directory-version.patch ];

postInstall = postInstallContrib + postInstallEmacs;

meta = with stdenv.lib; {
Expand Down

This file was deleted.

0 comments on commit 4383aa2

Please sign in to comment.