about summary refs log tree commit diff
path: root/pkgs/development/compilers/gforth
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-05-30 22:20:46 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-11 19:13:40 +0100
commit27d4500b618468790febcdf7991f69bad94687e9 (patch)
treee139310e1e5e4cfccf5b10727b8ef1ae3b3f48b5 /pkgs/development/compilers/gforth
parentb71cff07a73fc7949c22d045bb74c7ef1e9bbb2d (diff)
gforth: unmark broken on darwin
Diffstat (limited to 'pkgs/development/compilers/gforth')
-rw-r--r--pkgs/development/compilers/gforth/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gforth/default.nix b/pkgs/development/compilers/gforth/default.nix
index a926c4e8cf9f4..c84fa5975abfa 100644
--- a/pkgs/development/compilers/gforth/default.nix
+++ b/pkgs/development/compilers/gforth/default.nix
@@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = {
-    broken = stdenv.isDarwin;
     description = "The Forth implementation of the GNU project";
     homepage = "https://github.com/forthy42/gforth";
     license = lib.licenses.gpl3;