about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-14 18:53:16 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-14 18:53:16 +0200
commitb667587debd9afe33fc9154d0e01223abc3492cf (patch)
treecbfe06d1651f529576c74184b5ba0e5afbacc09d /pkgs/applications/terminal-emulators/wezterm
parent81e6800870ed14a9afba90e85e0521f46de08b30 (diff)
wezterm: set version number
Diffstat (limited to 'pkgs/applications/terminal-emulators/wezterm')
-rw-r--r--pkgs/applications/terminal-emulators/wezterm/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix
index 8db5152137a00..8b1031bb5b2c8 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -22,7 +22,7 @@
 , libGL
 , freetype
 , zlib
-# Apple frameworks
+  # Apple frameworks
 , CoreGraphics
 , Cocoa
 , Foundation
@@ -68,6 +68,10 @@ rustPlatform.buildRustPackage rec {
     fetchSubmodules = true;
   };
 
+  postPatch = ''
+    echo ${version} > .tag
+  '';
+
   cargoSha256 = "sha256-UaXeeuRuQk+CWF936mEAaWTjZuTSRPmxbQ/9E2oZIqg=";
 
   nativeBuildInputs = [