mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
all-packages: redirect 'x11' attribute on Darwin to the native implementation
This commit is contained in:
parent
e460a3f37c
commit
4a3904f82c
@ -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 New Issue
Block a user