summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/gforth
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2021-11-26 03:22:47 +0100
committerGitHub <noreply@github.com>2021-11-26 03:22:47 +0100
commit1a5c6d8d551c44242d2d31965534dcb2cf5b79cb (patch)
treeba9f6231cd3d95f9c5b0bf32bfe04b046007b7e8 /pkgs/development/compilers/gforth
parent0e00c0b8f3c2f3eea9ef70daa2eaf02aac2fa464 (diff)
gforth: remove useless comment
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Diffstat (limited to 'pkgs/development/compilers/gforth')
-rw-r--r--pkgs/development/compilers/gforth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gforth/default.nix b/pkgs/development/compilers/gforth/default.nix
index 9b59167d3139..22a7d35ec8f9 100644
--- a/pkgs/development/compilers/gforth/default.nix
+++ b/pkgs/development/compilers/gforth/default.nix
@@ -33,7 +33,7 @@ in stdenv.mkDerivation {
passthru = { inherit bootForth; };
- configureFlags = # [ "--enable-lib" ] ++
+ configureFlags =
lib.optional stdenv.isDarwin [ "--build=x86_64-apple-darwin" ];
postInstall = ''