Skip to content

Commit

Permalink
glfw3: don't depend on extra-cmake-modules (#345791)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Oct 2, 2024
2 parents 7801f74 + 6a1661b commit fbdb99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gl/glfw3/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, cmake
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config
, libGL, libXrandr, libXinerama, libXcursor, libX11, libXi, libXext
, darwin, fixDarwinDylibNames
, extra-cmake-modules, wayland
, wayland
, wayland-scanner, wayland-protocols, libxkbcommon, libdecor
, withMinecraftPatch ? false
}:
Expand All @@ -28,7 +28,7 @@ stdenv.mkDerivation {

propagatedBuildInputs = lib.optionals (!stdenv.hostPlatform.isWindows) [ libGL ];

nativeBuildInputs = [ cmake extra-cmake-modules ]
nativeBuildInputs = [ cmake pkg-config ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ fixDarwinDylibNames ]
++ lib.optionals stdenv.hostPlatform.isLinux [ wayland-scanner ];

Expand Down

0 comments on commit fbdb99d

Please sign in to comment.