about summary refs log tree commit diff
path: root/pkgs/applications/office/timeular
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-04-17 12:38:37 +0200
committerPavol Rusnak <pavol@rusnak.io>2021-04-17 12:48:13 +0200
commit28de4ac62a9839145f3564ce0f24c15301a010c9 (patch)
tree9ceca3e7d6ba2a738256f932aa46e2674f40719b /pkgs/applications/office/timeular
parent09da9d9473bc85d7ec59a771f148106ec94bf02f (diff)
treewide: make AppRun substitutions constistent
Diffstat (limited to 'pkgs/applications/office/timeular')
-rw-r--r--pkgs/applications/office/timeular/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/office/timeular/default.nix b/pkgs/applications/office/timeular/default.nix
index 5bbfca23d6de4..948918e54919f 100644
--- a/pkgs/applications/office/timeular/default.nix
+++ b/pkgs/applications/office/timeular/default.nix
@@ -26,7 +26,8 @@ in appimageTools.wrapType2 rec {
     mv $out/bin/{${name},${pname}}
     install -m 444 -D ${appimageContents}/timeular.desktop $out/share/applications/timeular.desktop
     install -m 444 -D ${appimageContents}/timeular.png $out/share/icons/hicolor/512x512/apps/timeular.png
-    substituteInPlace $out/share/applications/timeular.desktop --replace 'Exec=AppRun' 'Exec=${pname}'
+    substituteInPlace $out/share/applications/timeular.desktop \
+      --replace 'Exec=AppRun' 'Exec=${pname}'
   '';
 
   meta = with lib; {