gvfs: allow building without avahi
This commit is contained in:
parent
72957a2dc0
commit
a7dade7b31
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue