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
This commit is contained in:
Heitor Augusto
2025-05-02 09:46:24 -03:00
parent d4f59b601f
commit ebe9d746a2
+4
View File
@@ -51,6 +51,10 @@ let
hash = "sha256-89wnr2rIbyw490hHwckB9g1GKCXm6BERnplfwEUlNOg=";
})
];
postInstall = ''
cp $out/bin/wine $out/bin/wine64
'';
});
in
buildGoModule (finalAttrs: {