Merge pull request #66378 from gebner/curawrapqt

cura: use wrapQtApp
This commit is contained in:
Gabriel Ebner
2019-08-09 14:37:52 +02:00
committed by GitHub

View File

@@ -50,6 +50,7 @@ mkDerivation rec {
postFixup = ''
wrapPythonPrograms
wrapQtApp $out/bin/cura
'';
meta = with lib; {