Add gforth to development/compilers
This commit is contained in:
parent
a59df1e567
commit
c15b4e1ac1
10
pkgs/development/compilers/gforth/default.nix
Normal file
10
pkgs/development/compilers/gforth/default.nix
Normal 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 ];
|
||||
}
|
@ -3073,6 +3073,8 @@ let
|
||||
};
|
||||
gcc-arm-embedded = gcc-arm-embedded-4_8;
|
||||
|
||||
gforth = callPackage ../development/compilers/gforth {};
|
||||
|
||||
# Haskell and GHC
|
||||
|
||||
# Import Haskell infrastructure.
|
||||
|
Loading…
Reference in New Issue
Block a user