about summary refs log tree commit diff
path: root/pkgs/applications/editors/mindforger/default.nix
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-09-28 10:29:46 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-09-28 10:29:46 -0400
commite0532475bca400362a2a488e31c86c6628a8e55a (patch)
tree4a0d5c78ead76e0cbb1e16e3c40511db8e80b4e3 /pkgs/applications/editors/mindforger/default.nix
parentee33a90c568ce8100f86860116ba02492857e07e (diff)
treewide: remove darwin-only manual wrapQtApp invocations
Diffstat (limited to 'pkgs/applications/editors/mindforger/default.nix')
-rw-r--r--pkgs/applications/editors/mindforger/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/editors/mindforger/default.nix b/pkgs/applications/editors/mindforger/default.nix
index 6b93153ec041d..2f75fb34cd183 100644
--- a/pkgs/applications/editors/mindforger/default.nix
+++ b/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; {