mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy.
This commit is contained in:
parent
72cc82d49a
commit
e5b51648b1
2 changed files with 1 additions and 1 deletions
|
@ -4590,7 +4590,7 @@ let
|
|||
|
||||
mesaSupported = lib.elem system lib.platforms.mesaPlatforms;
|
||||
|
||||
darwinX11AndOpenGL = callPackage ../build-support/native-darwin-x11-and-opengl { };
|
||||
darwinX11AndOpenGL = callPackage ../os-specific/darwin/native-x11-and-opengl { };
|
||||
|
||||
mesa = if stdenv.isDarwin then darwinX11AndOpenGL else
|
||||
callPackage ../development/libraries/mesa { };
|
||||
|
|
Loading…
Reference in a new issue