Skip to content

Commit

Permalink
Merge pull request #7874 from obsidiansystems/fix-no-gc-build
Browse files Browse the repository at this point in the history
Fix the build without GC
  • Loading branch information
thufschmitt committed Feb 21, 2023
2 parents c7885ab + 5b0175e commit 8418d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcmd/repl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ extern "C" {
namespace nix {

struct NixRepl
: AbstractNixRepl,
: AbstractNixRepl
#if HAVE_BOEHMGC
gc
, gc
#endif
{
std::string curDir;
Expand Down

0 comments on commit 8418d22

Please sign in to comment.