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

Remove nvidia-cg-toolkit as input for retroarch. #15739

Merged
merged 1 commit into from
Jun 13, 2016

Conversation

matthewbauer
Copy link
Member

@matthewbauer matthewbauer commented May 27, 2016

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

see #15707

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @edwtjo, @MP2E and @jraygauthier to be potential reviewers

@joachifm
Copy link
Contributor

Makes sense to me. What remains to be done?

@matthewbauer
Copy link
Member Author

I'm trying to get it to work on Darwin still but it might be more difficult than I was expecting.

@matthewbauer matthewbauer changed the title [wip] Remove nvidia-cg-toolkit as input for retroarch. Remove nvidia-cg-toolkit as input for retroarch. May 29, 2016
@matthewbauer
Copy link
Member Author

This should be ready if all tests pass.

@matthewbauer
Copy link
Member Author

This should be ready to merge.

homepage = http://libretro.org/;
description = "Multi-platform emulator frontend for libretro cores";
license = licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ MP2E edwtjo ];
platforms = with platforms; [ linux darwin ];
Copy link
Contributor

Choose a reason for hiding this comment

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

Both linux and darwin are lists, so this should be linux ++ darwin, strictly speaking.

@matthewbauer
Copy link
Member Author

@joachifm I'm just going to put it as "platforms.all" because there's no reason it shouldn't work on other platforms but I've only got it tested on Linux and Darwin.

@matthewbauer matthewbauer force-pushed the retroarch-disable-nvidia branch 10 times, most recently from 2acf25d to 3eee4df Compare June 13, 2016 02:54
also: remove nvidia-cg-toolkit as input for retroarch.
see NixOS#15707

darwin is also building but you have to trick it into
thinking it's a desktop app for the GUI to load

platforms is set to "platforms.all".
@matthewbauer
Copy link
Member Author

Travis is failing because of space issues. Should still be okay to merge.

@joachifm joachifm merged commit 3d54210 into NixOS:master Jun 13, 2016
@matthewbauer matthewbauer deleted the retroarch-disable-nvidia branch June 13, 2016 15:14
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.

3 participants