fspy: fix the build

Issue seems to have been introduced by 6ea33082ac.

ZHF: #172160
This commit is contained in:
Thomas Gerbet 2022-05-13 10:10:37 +02:00
parent 787ad8b37f
commit 710266396a

View file

@ -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; {