Unverified Commit ebe9d746 authored by Heitor Augusto's avatar Heitor Augusto
Browse files

vinegar: fix missing wine binary from PATH

wine64 binary is not available on the latest versions
of wine64 staging, but vinegar still looks for it
parent d4f59b60
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ let
            hash = "sha256-89wnr2rIbyw490hHwckB9g1GKCXm6BERnplfwEUlNOg=";
          })
        ];

        postInstall = ''
          cp $out/bin/wine $out/bin/wine64
        '';
      });
in
buildGoModule (finalAttrs: {