mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
opendylan: 2013.1 -> 2016.1pre
This commit is contained in:
parent
779c25b2fe
commit
00823f016d
@ -2,18 +2,18 @@
|
|||||||
{stdenv, fetchgit, boehmgc, mps, gnused, opendylan-bootstrap, autoconf, automake, perl, makeWrapper, gcc }:
|
{stdenv, fetchgit, boehmgc, mps, gnused, opendylan-bootstrap, autoconf, automake, perl, makeWrapper, gcc }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "opendylan-2013.2";
|
name = "opendylan-2016.1pre";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/dylan-lang/opendylan;
|
url = https://github.com/dylan-lang/opendylan;
|
||||||
rev = "ce9b14dab6cb9ffedc69fae8c6df524c0c79abd3";
|
rev = "cd9a8395586d33cc43a8611c1dc0513e69ee82dd";
|
||||||
sha256 = "17jvhv0y63fj25ma05k70b7phcwgjyna5qkrirk48z3xapb8bknd";
|
sha256 = "00r1dm7mjy5p4hfm13vc4b6qryap40zinia3y15rhvalc3i2np4b";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = (if stdenv.system == "i686-linux" then [ mps ] else [ boehmgc ]) ++ [
|
buildInputs = (if stdenv.system == "i686-linux" then [ mps ] else [ boehmgc ]) ++ [
|
||||||
opendylan-bootstrap boehmgc gnused autoconf automake perl makeWrapper
|
opendylan-bootstrap boehmgc gnused autoconf automake perl makeWrapper
|
||||||
] ;
|
];
|
||||||
|
|
||||||
preConfigure = if stdenv.system == "i686-linux" then ''
|
preConfigure = if stdenv.system == "i686-linux" then ''
|
||||||
mkdir -p $TMPDIR/mps
|
mkdir -p $TMPDIR/mps
|
||||||
|
Loading…
Reference in New Issue
Block a user