Merge pull request #40195 from emmanuelrosa/webkitgtk-xdamage
webkitgtk: add missing libXdamage dependency
This commit is contained in:
commit
fba7c3adf8
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gtk2 libwebp enchant
|
||||
libxml2 libxslt
|
||||
gst-plugins-base sqlite xorg.libXt
|
||||
gst-plugins-base sqlite xorg.libXt xorg.libXdamage
|
||||
] ++ optionals enableCredentialStorage [
|
||||
libsecret
|
||||
] ++ (if stdenv.isDarwin then [
|
||||
|
Loading…
Reference in New Issue
Block a user