mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
file: move headers and mans to "dev" and "man" outputs
This commit is contained in:
parent
2f5fa4a6f7
commit
e86bbf38ce
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-N1HH+6jbyDHLjXzIr/IQNUWbjOUVXviwiAon0ChHXzs=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
patches = [
|
||||
# Backport fix to identification for pyzip files.
|
||||
# Needed for strip-nondeterminism.
|
||||
|
|
Loading…
Reference in a new issue