networkmanager: libaudit yes but disabled by default

This commit is contained in:
Will Dietz 2019-04-26 19:53:27 -05:00 committed by worldofpeace
parent ee409c1cc1
commit de3bbbf46c

View file

@ -50,6 +50,7 @@ in stdenv.mkDerivation rec {
"-Dqt=false"
# Allow using iwd when configured to do so
"-Diwd=true"
"-Dlibaudit=yes-disabled-by-default"
];
patches = [