mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
wine{,64,Wow}Packages: add {stable,unstable,staging}Full
This commit is contained in:
parent
0d5b4445e3
commit
9672ef7e0a
@ -33028,7 +33028,7 @@ with pkgs;
|
||||
inherit wineBuild;
|
||||
|
||||
inherit (callPackage ./wine-packages.nix {})
|
||||
minimal base full stable unstable staging fonts;
|
||||
minimal base full stable stableFull unstable unstableFull staging stagingFull fonts;
|
||||
});
|
||||
|
||||
winePackages = recurseIntoAttrs (winePackagesFor (config.wine.build or "wine32"));
|
||||
|
@ -51,6 +51,11 @@ rec {
|
||||
};
|
||||
|
||||
stable = base.override { wineRelease = "stable"; };
|
||||
stableFull = full.override { wineRelease = "stable"; };
|
||||
|
||||
unstable = base.override { wineRelease = "unstable"; };
|
||||
unstableFull = full.override { wineRelease = "unstable"; };
|
||||
|
||||
staging = base.override { wineRelease = "staging"; };
|
||||
stagingFull = full.override { wineRelease = "staging"; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user