ftgl: incorporate darwin into its expression

This commit is contained in:
AndersonTorres 2022-12-11 21:56:24 -03:00
parent 0c293b2dd7
commit e88150faaa
2 changed files with 5 additions and 5 deletions

View File

@ -5,13 +5,15 @@
, doxygen
, freeglut
, freetype
, GLUT
, libGL
, libGLU
, OpenGL
, pkg-config
, darwin
}:
let
inherit (darwin.apple_sdk.frameworks) OpenGL GLUT;
in
stdenv.mkDerivation rec {
pname = "ftgl";
version = "2.4.0";

View File

@ -7240,9 +7240,7 @@ with pkgs;
frostwire = callPackage ../applications/networking/p2p/frostwire { };
frostwire-bin = callPackage ../applications/networking/p2p/frostwire/frostwire-bin.nix { };
ftgl = callPackage ../development/libraries/ftgl {
inherit (darwin.apple_sdk.frameworks) OpenGL GLUT;
};
ftgl = callPackage ../development/libraries/ftgl { };
ftop = callPackage ../os-specific/linux/ftop { };