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 = [
|
buildInputs = [
|
||||||
gtk2 libwebp enchant
|
gtk2 libwebp enchant
|
||||||
libxml2 libxslt
|
libxml2 libxslt
|
||||||
gst-plugins-base sqlite xorg.libXt
|
gst-plugins-base sqlite xorg.libXt xorg.libXdamage
|
||||||
] ++ optionals enableCredentialStorage [
|
] ++ optionals enableCredentialStorage [
|
||||||
libsecret
|
libsecret
|
||||||
] ++ (if stdenv.isDarwin then [
|
] ++ (if stdenv.isDarwin then [
|
||||||
|
Loading…
Reference in New Issue
Block a user