mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
wayfire: add libGL build input
Currently, this is propagated from cairo, but that will soon no longer be the case.
This commit is contained in:
parent
cb414381c0
commit
6bdb478d73
@ -8,6 +8,7 @@
|
||||
, wf-config
|
||||
, cairo
|
||||
, doctest
|
||||
, libGL
|
||||
, libdrm
|
||||
, libexecinfo
|
||||
, libevdev
|
||||
@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
wf-config
|
||||
libGL
|
||||
libdrm
|
||||
libexecinfo
|
||||
libevdev
|
||||
|
Loading…
Reference in New Issue
Block a user