Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retroarch: fix darwin build #108349

Closed
wants to merge 1 commit into from
Closed

Conversation

nrdxp
Copy link
Contributor

@nrdxp nrdxp commented Jan 3, 2021

Wayland is linux only.

Comment on lines +36 to +37
++ optional withVulkan makeWrapper
++ optional stdenv.isLinux wayland;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
++ optional withVulkan makeWrapper
++ optional stdenv.isLinux wayland;
++ optionals withVulkan [ makeWrapper ]
++ optionals stdenv.isLinux [ wayland ];

@ofborg ofborg bot added the 6.topic: darwin Running or building packages on Darwin label Jan 3, 2021
@SuperSandro2000
Copy link
Member

There is more than this to get it work on darwin and most of it was done in #102230.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants