Skip to content

Commit

Permalink
openscad: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM authored and bjornfor committed Dec 27, 2024
1 parent 0922100 commit df50ecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/graphics/openscad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ mkDerivation rec {
})
];

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

nativeBuildInputs = [
bison
flex
Expand Down

0 comments on commit df50ecf

Please sign in to comment.