bottles: fix fhsenv version (#359406)

This commit is contained in:
Felix Bühler 2024-11-26 23:42:56 +01:00 committed by GitHub
commit de2b3e1034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
let
fhsEnv = {
inherit (bottles-unwrapped) version;
# Many WINE games need 32bit
multiArch = true;
@ -113,14 +114,14 @@ symlinkJoin {
(buildFHSEnv (
fhsEnv
// {
name = "bottles";
pname = "bottles";
runScript = "bottles";
}
))
(buildFHSEnv (
fhsEnv
// {
name = "bottles-cli";
pname = "bottles-cli";
runScript = "bottles-cli";
}
))