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

Revert "{citra,yuzuPackages}: remove package" #295587

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2024

  1. Revert "citra: remove package"

    This reverts commit 9b90f68.
    Atemu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    93528af View commit details
    Browse the repository at this point in the history
  2. Revert "yuzuPackages: remove"

    This reverts commit ef72e8b.
    Atemu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    daa1460 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. yuzu, citra: use mirrors for src

    This solves the technical issue of upstream sources being unavailable. Which
    doesn't block the build because the source is cached on cache.nixos.org but
    breaks an aspect of reproducibility because others can no longer reproduce the
    source without the binary cache.
    
    As you can see, the hashes are all the same; no content has changed.
    
    The implementation is quite complex because fetchgit isn't made to use mirrors
    for submodules and submodules are also just kind of a pain to deal with in
    general.
    
    (The code could be deduplicated but it's expected to be obsolete in a few
    month's time.)
    
    yuzu-ea did not have to be touched; its source is still available.
    Atemu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b7555f6 View commit details
    Browse the repository at this point in the history
  2. yuzu, citra: add notice

    Atemu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    eb56a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec73517 View commit details
    Browse the repository at this point in the history
  4. yuzu, citra: remove update scripts

    Won't be getting updates any time soon :(
    Atemu committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f20a0c9 View commit details
    Browse the repository at this point in the history