summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-05-30 22:20:46 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-11 19:10:00 +0000
commit104b50c45c0b418cb2b8b196c315155e6b4c5474 (patch)
treefa76997cf2d45948f45eff7ef0b16e2498ff0d83
parentgforth: explicitly set lispdir (diff)
downloadnixpkgs-origin/backport-175200-to-release-22.05.tar.gz
gforth: unmark broken on darwinorigin/backport-175200-to-release-22.05
(cherry picked from commit 27d4500b618468790febcdf7991f69bad94687e9)
-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 a926c4e8cf9f..c84fa5975abf 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;