about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/mindforger
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/mindforger')
-rw-r--r--nixpkgs/pkgs/applications/editors/mindforger/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/editors/mindforger/default.nix b/nixpkgs/pkgs/applications/editors/mindforger/default.nix
index 6b93153ec041..2f75fb34cd18 100644
--- a/nixpkgs/pkgs/applications/editors/mindforger/default.nix
+++ b/nixpkgs/pkgs/applications/editors/mindforger/default.nix
@@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
   postInstall = lib.optionalString stdenv.isDarwin ''
     mkdir "$out"/Applications
     mv app/mindforger.app "$out"/Applications/
-    wrapQtApp "$out"/Applications/mindforger.app/Contents/MacOS/mindforger
   '';
 
   meta = with lib; {