mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Merge pull request #169119 from 7c6f434c/openscad-prebuild-parser
openscad: force-build the file causing dependency issues
This commit is contained in:
commit
891d0226de
@ -59,6 +59,10 @@ mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preBuild = ''
|
||||
make objects/parser.cxx
|
||||
'';
|
||||
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
mkdir $out/Applications
|
||||
mv $out/bin/*.app $out/Applications
|
||||
|
Loading…
Reference in New Issue
Block a user