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:
@@ -51,6 +51,10 @@ let
|
||||
hash = "sha256-89wnr2rIbyw490hHwckB9g1GKCXm6BERnplfwEUlNOg=";
|
||||
})
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
cp $out/bin/wine $out/bin/wine64
|
||||
'';
|
||||
});
|
||||
in
|
||||
buildGoModule (finalAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user