Skip to content

Commit

Permalink
wine-osu-8.16 -> wine-winello-9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 5, 2025
1 parent 19a718f commit 71fa89d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

osu-stable = pkgs.callPackage ./osu-stable {
inherit (config.packages) osu-mime proton-osu-bin umu;
wine = config.packages.wine-osu;
wine-discord-ipc-bridge = config.packages.wine-discord-ipc-bridge.override {wine = config.packages.wine-osu;};
wine = config.packages.wine-winello;
wine-discord-ipc-bridge = config.packages.wine-discord-ipc-bridge.override {wine = config.packages.wine-winello;};
};

proton-ge = self.lib.mkDeprecated "warn" pkgs.emptyFile {
Expand Down Expand Up @@ -117,7 +117,9 @@

wine-ge = wineBuilder "wine-ge" "full" {};

wine-osu = wineBuilder "wine-osu" "base" {};
wine-winello = wineBuilder "wine-winello" "base" {};

wine-osu = inputs.nixpkgs.lib.warn "wine-osu was deprecated in favor of wine-winello" config.packages.wine-winello;

wine-tkg = wineBuilder "wine-tkg" "full" {};

Expand Down
8 changes: 4 additions & 4 deletions pkgs/wine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ in {
src = pins.wine-tkg;
});

wine-osu = callPackage "${nixpkgs-wine}/pkgs/applications/emulators/wine/base.nix" (lib.recursiveUpdate defaults
wine-winello = callPackage "${nixpkgs-wine}/pkgs/applications/emulators/wine/base.nix" (lib.recursiveUpdate defaults
{
pname = pnameGen "wine-osu";
pname = pnameGen "wine-winello";
version = "8.16";
src = fetchFromGitHub {
owner = "NelloKudo";
repo = "winello-wine";
rev = "793c04b2f73898944959c4bccd3597cc23753ae3";
sha256 = "sha256-aPYFfjVU7Rv9VkAJ+sMr0Zl7BicB9GUotyO/A5ZhsnM=";
rev = "f927a83c7063912b4fc0acc3357bfc1492c54da0";
sha256 = "sha256-j+0JIy/zNRe6W3FSQu3ycyYwodXAcrRQDRZxZ81BLac=";
};
patches = ["${nixpkgs-wine}/pkgs/applications/emulators/wine/cert-path.patch"];
supportFlags.waylandSupport = true;
Expand Down

0 comments on commit 71fa89d

Please sign in to comment.