downgrading wine
This commit is contained in:
parent
380d407dd2
commit
3e20dab73d
3 changed files with 17 additions and 4 deletions
|
@ -29,6 +29,15 @@
|
|||
inputs.emacs-overlay.overlays.default
|
||||
inputs.audio.overlays.default
|
||||
inputs.nix-rice.overlays.default
|
||||
|
||||
(final: prev: {
|
||||
wineWowPackages.stagingFull = nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue