Skip to content

Wine build broken by change in nixpkgs #313

Description

@dhnaranjo

Whattup y'all, your wine packages are incompatible with NixOS/nixpkgs#461324, throwing a

       error: undefined variable 'ffmpegSupport'
       at /nix/store/cnz5906lp2xivdv7v3ga494969is4cqb-source/pkgs/applications/emulators/wine/base.nix:191:26:
          190|         )
          191|         ++ lib.optionals ffmpegSupport [
             |                          ^
          192|           pkgs.ffmpeg-headless

If anyone else hits this issue, allow nix-gaming to follow its own locked version of nixpkgs, like:

inputs.nix-gaming = {
    url = "github:fufexan/nix-gaming";
    # inputs.nixpkgs.follows = "nixpkgs"; <<--- Just comment out this boy right here 
    inputs.flake-parts.follows = "flake-parts";
  };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions