Skip to content

Commit

Permalink
wine: remove unneeded "release" and "waylandSupport" parameters
Browse files Browse the repository at this point in the history
Since NixOS/nixpkgs#286580, Wayland is enabled by default
  • Loading branch information
SuperSamus authored Feb 20, 2024
1 parent 8f31fda commit be49f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/wine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ in {
pname = pnameGen "wine-tkg";
version = lib.removeSuffix "\n" (lib.removePrefix "Wine version " (builtins.readFile "${src}/VERSION"));
src = pins.wine-tkg;
supportFlags.waylandSupport = true;
wineRelease = "wayland";
});

wine-osu = let
Expand Down

0 comments on commit be49f13

Please sign in to comment.