summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/gforth
diff options
context:
space:
mode:
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 = ''