flake updates
This commit is contained in:
parent
b994d25b52
commit
760a0f0ac8
7 changed files with 41 additions and 39 deletions
|
@ -31,14 +31,13 @@
|
|||
inputs.emacs-lsp-booster.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;
|
||||
});
|
||||
wineWowPackages.stagingFull = nix-config.pkgs-stable.wineWowPackages.stagingFull.overrideAttrs
|
||||
(old: {
|
||||
patches = old.patches ++ [ ../../patches/wine-6006.patch ];
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
})
|
||||
|
||||
(final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue