bugdom: fixed darwin build

This commit is contained in:
alina sireneva 2024-05-21 00:38:52 +03:00
parent 8eaad3548e
commit 267ce056f3
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, SDL2, IOKit, Foundation, cmake, makeWrapper }:
{ lib, stdenv, fetchFromGitHub, SDL2, IOKit, Foundation, OpenGL, cmake, makeWrapper }:
stdenv.mkDerivation rec {
pname = "bugdom";
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
IOKit
Foundation
OpenGL
];
nativeBuildInputs = [

View File

@ -36527,7 +36527,7 @@ with pkgs;
btanks = callPackage ../games/btanks { };
bugdom = callPackage ../games/bugdom {
inherit (darwin.apple_sdk.frameworks) IOKit Foundation;
inherit (darwin.apple_sdk.frameworks) IOKit Foundation OpenGL;
};
bzflag = callPackage ../games/bzflag {