mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/tests/installer.nix: add missing kbd.dev
Sometimes the tests fail since splitting kbd.dev in PR #226247 https://hydra.nixos.org/build/218620685/nixlog/2/tail Apparently the failure isn't 100% reproducible; I don't know how/why.
This commit is contained in:
parent
8c32a5b2ce
commit
fb91facda2
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ let
|
||||||
(docbook-xsl-ns.override {
|
(docbook-xsl-ns.override {
|
||||||
withManOptDedupPatch = true;
|
withManOptDedupPatch = true;
|
||||||
})
|
})
|
||||||
|
kbd.dev
|
||||||
kmod.dev
|
kmod.dev
|
||||||
libarchive.dev
|
libarchive.dev
|
||||||
libxml2.bin
|
libxml2.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue