Merge pull request #211075 from ppenguin/openmodelica-with-3d-animation
This commit is contained in:
commit
e74e68449c
@ -8,6 +8,7 @@
|
||||
, binutils
|
||||
, wrapQtAppsHook
|
||||
, openmodelica
|
||||
, openscenegraph
|
||||
, mkOpenModelicaDerivation
|
||||
}:
|
||||
with openmodelica;
|
||||
@ -19,7 +20,7 @@ mkOpenModelicaDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ jre8 qmake qtbase qttools wrapQtAppsHook ];
|
||||
|
||||
buildInputs = [ qtwebkit qtxmlpatterns binutils ];
|
||||
buildInputs = [ qtwebkit openscenegraph qtxmlpatterns binutils ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i ''$(find -name qmake.m4) -e '/^\s*LRELEASE=/ s|LRELEASE=.*$|LRELEASE=${lib.getDev qttools}/bin/lrelease|'
|
||||
|
Loading…
Reference in New Issue
Block a user