mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
all-packages: redirect 'x11' attribute on Darwin to the native implementation
This commit is contained in:
parent
e460a3f37c
commit
4a3904f82c
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,7 @@ let
|
|||
|
||||
### Symbolic names.
|
||||
|
||||
|
||||
x11 = xlibsWrapper;
|
||||
x11 = if stdenv.isDarwin then darwinX11AndOpenGL else xlibsWrapper;
|
||||
|
||||
# `xlibs' is the set of X library components. This used to be the
|
||||
# old modular X llibraries project (called `xlibs') but now it's just
|
||||
|
|
Loading…
Reference in a new issue