makeDBusConf: reduce build closure
*buildInputs take .dev outputs by default, but we don't need it here.
The extra dependency (introduced by commit d172061281
) was breaking
tests like nixosTests.containers-imperative and nixosTests.installer.*
https://hydra.nixos.org/eval/1767666#tabs-still-fail
This commit is contained in:
parent
5ee88ab21d
commit
ad24ab01de
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ runCommand "dbus-1"
|
|||
allowSubstitutes = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
libxslt
|
||||
libxslt.bin
|
||||
findXMLCatalogs
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
dbus
|
||||
dbus.out
|
||||
];
|
||||
}
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue