Unverified Commit 1e0ba16e authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

sm64ex: 0-unstable-2024-07-04 -> 0-unstable-2024-12-17, add missing libGL (#399852)

parents f2b33de3 86ff9203
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pkg-config,
  audiofile,
  SDL2,
  libGL,
  hexdump,
  sm64baserom,
  region ? "us",
@@ -18,13 +19,13 @@ in
stdenv.mkDerivation (finalAttrs: {

  pname = "sm64ex";
  version = "0-unstable-2024-07-04";
  version = "0-unstable-2024-12-17";

  src = fetchFromGitHub {
    owner = "sm64pc";
    repo = "sm64ex";
    rev = "20bb444562aa1dba79cf6adcb5da632ba580eec3";
    hash = "sha256-nw+F0upTetLqib5r5QxmcOauSJccpTydV3soXz9CHLQ=";
    rev = "d7ca2c04364a6dd0dac58b47151e04e26887e6f0";
    hash = "sha256-n3ecY97UB/fdTZpy78CB4DxyHyjK+L6AAuNpvnmVoss=";
  };

  patches = lib.optionals _60fps [
@@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    audiofile
    SDL2
    libGL
  ];

  enableParallelBuilding = true;