forked from mirrors/nixpkgs
pure: advance to version 0.64; use llvm 3.5 as 3.6 breaks the build
This commit is contained in:
parent
2758e7c246
commit
39a3fd1454
|
@ -4,13 +4,13 @@
|
|||
stdenv.mkDerivation rec {
|
||||
baseName="pure";
|
||||
project="pure-lang";
|
||||
version="0.63";
|
||||
version="0.64";
|
||||
name="${baseName}-${version}";
|
||||
extension="tar.gz";
|
||||
|
||||
src = fetchurl {
|
||||
url="https://bitbucket.org/purelang/${project}/downloads/${name}.${extension}";
|
||||
sha256="33acb2d560b21813f5e856973b493d9cfafba82bd6f539425ce07aa22f84ee29";
|
||||
sha256="01vvix302gh5vsmnjf2g0rrif3hl1yik4izsx1wrvv1a6hlm5mgg";
|
||||
};
|
||||
|
||||
buildInputs = [ bison flex makeWrapper ];
|
||||
|
@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
|
|||
linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4592,7 +4592,9 @@ let
|
|||
|
||||
polyml = callPackage ../development/compilers/polyml { };
|
||||
|
||||
pure = callPackage ../development/interpreters/pure { };
|
||||
pure = callPackage ../development/interpreters/pure {
|
||||
llvm = llvm_35;
|
||||
};
|
||||
pure-gsl = callPackage ../development/pure-modules/pure-gsl { };
|
||||
|
||||
python = python2;
|
||||
|
|
Loading…
Reference in a new issue