mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 21:46:01 +01:00
Fix the build without GC
I had given it an improper trailing comma in
1bd03ad100.
This commit is contained in:
parent
532c70f531
commit
5b0175e81d
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ extern "C" {
|
|||
namespace nix {
|
||||
|
||||
struct NixRepl
|
||||
: AbstractNixRepl,
|
||||
: AbstractNixRepl
|
||||
#if HAVE_BOEHMGC
|
||||
gc
|
||||
, gc
|
||||
#endif
|
||||
{
|
||||
std::string curDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue