Merge pull request #137638 from wentasah/freecad-libredwg

freecad: Allow opening .dwg files
This commit is contained in:
Anderson Torres 2021-09-14 20:13:18 -03:00 committed by GitHub
commit 601b81e132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''