mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
gforth: remove useless comment
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
0e00c0b8f3
commit
1a5c6d8d55
@ -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 New Issue
Block a user