Skip to content

Commit

Permalink
pkgs/wine: drop unused wayland flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Feb 20, 2024
1 parent 8f31fda commit d154dc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pkgs/wine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
pkgArches = [pkgs pkgsi686Linux];
platforms = ["x86_64-linux"];
stdenv = stdenv_32bit;
wineRelease = "";
wineRelease = "unstable";
};

pnameGen = n: n + lib.optionalString (build == "full") "-full";
Expand All @@ -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
1 change: 0 additions & 1 deletion pkgs/wine/supportFlags.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ rec {
krb5Support = false;
embedInstallers = false;
x11Support = true;
waylandSupport = false;
usbSupport = true;
};

Expand Down

0 comments on commit d154dc3

Please sign in to comment.