gforth: remove useless comment
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
0e00c0b8f3
commit
1a5c6d8d55
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
passthru = { inherit bootForth; };
|
||||
|
||||
configureFlags = # [ "--enable-lib" ] ++
|
||||
configureFlags =
|
||||
lib.optional stdenv.isDarwin [ "--build=x86_64-apple-darwin" ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue