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
main
Vladimír Čunát 2 years ago
parent 5ee88ab21d
commit ad24ab01de
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      pkgs/development/libraries/dbus/make-dbus-conf.nix

@ -20,12 +20,12 @@ runCommand "dbus-1"
allowSubstitutes = false;
nativeBuildInputs = [
libxslt
libxslt.bin
findXMLCatalogs
];
buildInputs = [
dbus
dbus.out
];
}
''

Loading…
Cancel
Save