Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy.

This commit is contained in:
Peter Simons 2013-01-30 14:52:53 +01:00
parent 72cc82d49a
commit e5b51648b1
2 changed files with 1 additions and 1 deletions

View file

@ -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 { };