mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
gvfs: allow building without avahi
This commit is contained in:
parent
72957a2dc0
commit
a7dade7b31
@ -108,6 +108,8 @@ stdenv.mkDerivation rec {
|
||||
"-Dkeyring=false"
|
||||
"-Dhttp=false"
|
||||
"-Dgoogle=false"
|
||||
] ++ lib.optionals (avahi == null) [
|
||||
"-Ddnssd=false"
|
||||
] ++ lib.optionals (samba == null) [
|
||||
# Xfce don't want samba
|
||||
"-Dsmb=false"
|
||||
|
Loading…
Reference in New Issue
Block a user