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

fspy: fix the build
main
Thiago Kenji Okada 2 years ago committed by GitHub
commit 1c5a42c630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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; {

Loading…
Cancel
Save