Commit df50ecff authored by Alex Martens's avatar Alex Martens Committed by Bjørn Forsman
Browse files

openscad: fix build

parent 09221007
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,11 @@ mkDerivation rec {
    })
  ];

  postPatch = ''
    substituteInPlace src/FileModule.cc \
      --replace-fail 'fs::is_regular' 'fs::is_regular_file'
  '';

  nativeBuildInputs = [
    bison
    flex