Merge pull request #70399 from lsix/simplify-openscad
openscad: remove useless preBuild phase
This commit is contained in:
commit
ec181f767e
|
@ -53,10 +53,6 @@ mkDerivation rec {
|
||||||
# src/lexer.l:36:10: fatal error: parser.hxx: No such file or directory
|
# src/lexer.l:36:10: fatal error: parser.hxx: No such file or directory
|
||||||
enableParallelBuilding = false; # true by default due to qmake
|
enableParallelBuilding = false; # true by default due to qmake
|
||||||
|
|
||||||
preBuild = ''
|
|
||||||
sed -re 's/qscintilla2_qt5/qscintilla2/g' -i Makefile
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
mkdir $out/Applications
|
mkdir $out/Applications
|
||||||
mv $out/bin/*.app $out/Applications
|
mv $out/bin/*.app $out/Applications
|
||||||
|
|
Loading…
Reference in New Issue