mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01: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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue