fspy: fix the build
Issue seems to have been introduced by 6ea33082ac
.
ZHF: #172160
This commit is contained in:
parent
787ad8b37f
commit
710266396a
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user