Add gforth to development/compilers

This commit is contained in:
Paul Koerbitz 2014-09-22 15:15:17 +02:00 committed by Aristid Breitkreuz
parent a59df1e567
commit c15b4e1ac1
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ stdenv, fetchurl, m4 }:
stdenv.mkDerivation rec {
name = "gforth-0.7.3";
src = fetchurl {
url = "http://ftp.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz";
sha256 = "1c1bahc9ypmca8rv2dijiqbangm1d9av286904yw48ph7ciz4qig";
};
buildInputs = [ m4 ];
}

View file

@ -3073,6 +3073,8 @@ let
};
gcc-arm-embedded = gcc-arm-embedded-4_8;
gforth = callPackage ../development/compilers/gforth {};
# Haskell and GHC
# Import Haskell infrastructure.