mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
fish: don't generate man pages in the test VM
This commit is contained in:
parent
55ad99e013
commit
8b63e944e3
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
coreutils
|
||||
procps # kill collides with coreutils' to test https://github.com/NixOS/nixpkgs/issues/56432
|
||||
];
|
||||
|
||||
# Avoid slow man cache build
|
||||
documentation.man.enable = false;
|
||||
};
|
||||
|
||||
testScript =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue