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

pcsx2: rework #325562

Merged
merged 4 commits into from
Jul 11, 2024
Merged

pcsx2: rework #325562

merged 4 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. pcsx2: "remove" macos binary package

    Let's "remove" the binary-only, MacOS-only package from this expression, because
    it should be maintained by MacOS maintainers.
    
    Besides, no other modification will be made right now, just a merge between files.
    AndersonTorres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9c6d94f View commit details
    Browse the repository at this point in the history
  2. pcsx2: fix expression

    - lacks runHooks on installPhase
    - remove nested with
    AndersonTorres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    eb7ef34 View commit details
    Browse the repository at this point in the history
  3. pcsx2: big rewrite

    - Gather all the sources in a same expression under sources.nix
    - Doc-comment and rename the patch
    - strictDeps is set as true
      - Why extra-cmake-modules does not work in nativeBuildInputs??
    - Add myself as maintainer
    AndersonTorres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f277070 View commit details
    Browse the repository at this point in the history
  4. pcsx2-bin: "init" at 1.7.5919

    This is a repack of MacOS-only precompiled package from upstream.
    
    Basically it is a migration of the previous Darwin-only package for pcsx2.
    
    By request, matteo-pacini is set as the sole maintainer of this package.
    AndersonTorres committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a47fc28 View commit details
    Browse the repository at this point in the history