about summary refs log tree commit diff
path: root/pkgs/applications/graphics/krop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/krop/default.nix')
-rw-r--r--pkgs/applications/graphics/krop/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/krop/default.nix b/pkgs/applications/graphics/krop/default.nix
index 818fc63535ed..2337dfb370ef 100644
--- a/pkgs/applications/graphics/krop/default.nix
+++ b/pkgs/applications/graphics/krop/default.nix
@@ -24,6 +24,10 @@ python3Packages.buildPythonApplication rec {
    "\${qtWrapperArgs[@]}"
   ];
 
+  postInstall = ''
+    install -m666 -Dt $out/share/applications krop.desktop
+  '';
+
   # Disable checks because of interference with older Qt versions // xcb
   doCheck = false;