forked from mirrors/nixpkgs
dconf: fix build with strictDeps
This commit is contained in:
parent
6e08facfa0
commit
c61af8ad44
|
@ -52,6 +52,10 @@ stdenv.mkDerivation rec {
|
|||
"-Dgtk_doc=${lib.boolToString (!isCross)}" # gtk-doc does do some gobject introspection, which doesn't yet cross-compile.
|
||||
] ++ lib.optional isCross "-Dvapi=false";
|
||||
|
||||
checkInputs = [
|
||||
dbus # for dbus-daemon
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isAarch32 && !stdenv.isAarch64 && !stdenv.isDarwin;
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue