openscad: fix build
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user