Merge pull request #137638 from wentasah/freecad-libredwg
freecad: Allow opening .dwg files
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
, libGLU
|
||||
, libXmu
|
||||
, libf2c
|
||||
, libredwg
|
||||
, libspnav
|
||||
, matplotlib
|
||||
, medfile
|
||||
@@ -131,6 +132,7 @@ mkDerivation rec {
|
||||
|
||||
qtWrapperArgs = [
|
||||
"--set COIN_GL_NO_CURRENT_CONTEXT_CHECK 1"
|
||||
"--prefix PATH : ${libredwg}/bin"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user