Merge pull request #172821 from LeSuisse/fspy-fix-build-zhf

fspy: fix the build
This commit is contained in:
Thiago Kenji Okada
2022-05-13 11:05:37 +01:00
committed by GitHub
+1 -1
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; {