summaryrefslogtreecommitdiff
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
parentgforth: replace name with pname (diff)
downloadnixpkgs-origin/update-gforth-forthy42.tar.gz
gforth: remove useless commentorigin/update-gforth-forthy42
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
-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 = ''