mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
orca-slicer: enable EGL for wxwidgets
(cherry picked from commit 9007b5bf53)
This commit is contained in:
committed by
github-actions[bot]
parent
cf2a5d3ae4
commit
c007e33c4b
@@ -51,7 +51,7 @@ let
|
||||
withCurl = true;
|
||||
withPrivateFonts = true;
|
||||
withWebKit = true;
|
||||
withEGL = false;
|
||||
withEGL = true;
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
buildInputs = old.buildInputs ++ [ libsecret ];
|
||||
|
||||
Reference in New Issue
Block a user