gforth: remove useless comment

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
Herwig Hochleitner 2021-11-26 03:22:47 +01:00 committed by GitHub
parent 0e00c0b8f3
commit 1a5c6d8d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ in stdenv.mkDerivation {
passthru = { inherit bootForth; };
configureFlags = # [ "--enable-lib" ] ++
configureFlags =
lib.optional stdenv.isDarwin [ "--build=x86_64-apple-darwin" ];
postInstall = ''