Skip to content

Commit df50ecf

Browse files
newAMbjornfor
authored andcommitted
openscad: fix build
1 parent 0922100 commit df50ecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/applications/graphics/openscad/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ mkDerivation rec {
6464
})
6565
];
6666

67+
postPatch = ''
68+
substituteInPlace src/FileModule.cc \
69+
--replace-fail 'fs::is_regular' 'fs::is_regular_file'
70+
'';
71+
6772
nativeBuildInputs = [
6873
bison
6974
flex

0 commit comments

Comments
 (0)