mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
parent
f22bfb38c6
commit
a4c86b421f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue