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
commit 5aac39d8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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