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
commit 1c5a42c630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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