mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
procps: add doc, man, dev outputs
This commit is contained in:
parent
54439a1843
commit
d4e5c45837
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-Z76m+8OkKlNaAjDJ6JHl3ftNnTlCLUZWWimQ0azhUhY=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
"dev"
|
||||
]
|
||||
++ lib.optionals (!watchOnly) [
|
||||
"doc"
|
||||
];
|
||||
|
||||
buildInputs = [ ncurses ] ++ lib.optionals withSystemd [ systemdLibs ];
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue