mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
winetricks: enable darwin support
This commit is contained in:
parent
6d6744357f
commit
c2e08444af
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "winetricks";
|
||||
license = lib.licenses.lgpl21;
|
||||
homepage = "https://github.com/Winetricks/winetricks";
|
||||
platforms = with lib.platforms; linux;
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user