mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 01:51:24 +00:00
darwin.architecture: add appleHeaders
This commit is contained in:
parent
c02807ece4
commit
24feb6adb2
|
@ -13,6 +13,24 @@ appleDerivation {
|
|||
|
||||
DSTROOT = "$(out)";
|
||||
|
||||
appleHeaders = ''
|
||||
architecture/alignment.h
|
||||
architecture/byte_order.h
|
||||
architecture/i386/alignment.h
|
||||
architecture/i386/asm_help.h
|
||||
architecture/i386/byte_order.h
|
||||
architecture/i386/cpu.h
|
||||
architecture/i386/desc.h
|
||||
architecture/i386/fpu.h
|
||||
architecture/i386/frame.h
|
||||
architecture/i386/io.h
|
||||
architecture/i386/pio.h
|
||||
architecture/i386/reg_help.h
|
||||
architecture/i386/sel.h
|
||||
architecture/i386/table.h
|
||||
architecture/i386/tss.h
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
platforms = platforms.darwin;
|
||||
|
|
Loading…
Reference in a new issue