openscad: fix build

This commit is contained in:
Alex Martens
2024-12-27 13:43:14 +01:00
committed by Bjørn Forsman
parent 09221007ce
commit df50ecffea
@@ -64,6 +64,11 @@ mkDerivation rec {
})
];
postPatch = ''
substituteInPlace src/FileModule.cc \
--replace-fail 'fs::is_regular' 'fs::is_regular_file'
'';
nativeBuildInputs = [
bison
flex