sm64ex: 0-unstable-2024-07-04 -> 0-unstable-2024-12-17, add missing libGL (#399852)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user