mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Fix a missing option declaration after merge
This commit is contained in:
parent
605c5a55a8
commit
1a41887398
@ -3,6 +3,7 @@
|
||||
, gobjectSupport ? true, glib
|
||||
, xcbSupport ? true # no longer experimental since 1.12
|
||||
, glSupport ? true, mesa_noglu ? null # mesa is no longer a big dependency
|
||||
, pdfSupport ? true
|
||||
}:
|
||||
|
||||
assert glSupport -> mesa_noglu != null;
|
||||
|
Loading…
Reference in New Issue
Block a user