mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libfaketime: split doc & man outputs
output size changes: - out: 232K -> 180K - man: 0 -> 4K - doc: 0 -> 48K
This commit is contained in:
parent
e2464bbe59
commit
e1b1a2cdcc
1 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = hashes.${finalAttrs.version};
|
||||
};
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"doc"
|
||||
"man"
|
||||
];
|
||||
|
||||
patches = [
|
||||
./nix-store-date.patch
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue