about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2022-05-13 10:10:37 +0200
committerThomas Gerbet <thomas@gerbet.me>2022-05-13 10:10:37 +0200
commit710266396ab95ed4dfb66df4cebe8d6603cc5999 (patch)
treec63babce92a81fca4b636dbc98cf176bafd229ec
parent787ad8b37f2e68fc70d2d9c7c50bec1718cf0809 (diff)
fspy: fix the build
Issue seems to have been introduced by 6ea33082ac1092db1e870c0fbf8be7108161ad29.

ZHF: #172160
-rw-r--r--pkgs/applications/misc/fspy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/fspy/default.nix b/pkgs/applications/misc/fspy/default.nix
index f3a5094831e82..d2384446ed3c2 100644
--- a/pkgs/applications/misc/fspy/default.nix
+++ b/pkgs/applications/misc/fspy/default.nix
@@ -12,7 +12,7 @@ in appimageTools.wrapType2 {
   inherit pname version src;
 
   extraInstallCommands = ''
-    mv $out/bin/${pname}-v${version} $out/bin/${pname}
+    mv $out/bin/${pname}-${version} $out/bin/${pname}
   '';
 
   meta = with lib; {