about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2020-11-13Merge pull request #98541 from thefloweringash/darwin-tapi-stdenvDaiderd Jordan10-191/+426
darwin (Big Sur): tbd based stdenv
2020-11-12tree-wide: unify Bash completions outputs (#103421)Jonas Chevalier1-1/+1
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12darwin/print-reexports: add an overview commentAndrew Childs1-0/+19
2020-11-12darwin/apple-sdk: explain why Kernel.framework has no .tbd fileAndrew Childs1-0/+1
2020-11-12darwin/apple-sdk: use darwin stubsAndrew Childs3-130/+208
2020-11-12darwin/objc4: use darwin-stubsAndrew Childs1-2/+3
2020-11-12darwin/IOKit: use darwin-stubsAndrew Childs1-6/+9
2020-11-12darwin/Security: use darwin-stubsAndrew Childs1-8/+9
2020-11-12darwin/Libsystem: use darwin-stubsAndrew Childs1-45/+11
2020-11-12darwin/print-reexports: nixpkgs-specific utility to inspect .tbd filesAndrew Childs2-0/+146
Used during bootstrap to check that re-exported libraries are not dangling.
2020-11-12darwin/darwin-stubs: initAndrew Childs1-0/+20
2020-11-11Merge staging-next into stagingFrederik Rietdijk13-52/+90
2020-11-11linux/hardened/patches/5.9: 5.9.6.a -> 5.9.7.aTim Steinbach1-3/+3
2020-11-11linux/hardened/patches/5.4: 5.4.75.a -> 5.4.76.aTim Steinbach1-3/+3
2020-11-11linux/hardened/patches/4.19: 4.19.155.a -> 4.19.156.aTim Steinbach1-3/+3
2020-11-11linux/hardened/patches/4.14: 4.14.204.a -> 4.14.205.aTim Steinbach1-3/+3
2020-11-11linux_latest-libre: 17744 -> 17762Tim Steinbach1-2/+2
2020-11-10linuxPackages.wireguard: fix the build on linux 5.4.76Ivan Kozik2-0/+16
Patch copied from https://github.com/archlinux/svntogit-packages/blob/packages/wireguard-dkms/trunk/lts.diff This fixes: ``` In file included from <command-line>: /build/source/src/compat/compat-asm.h:44: warning: "SYM_FUNC_START" redefined 44 | #define SYM_FUNC_START ENTRY | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:218: note: this is the location of the previous definition 218 | #define SYM_FUNC_START(name) \ | In file included from <command-line>: /build/source/src/compat/compat-asm.h:45: warning: "SYM_FUNC_END" redefined 45 | #define SYM_FUNC_END ENDPROC | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:265: note: this is the location of the previous definition 265 | #define SYM_FUNC_END(name) \ | /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S: Assembler messages: /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:50: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:176: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:180: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:257: Error: invalid character '(' in mnemonic make[3]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/scripts/Makefile.build:348: /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from <command-line>: /build/source/src/compat/compat-asm.h:44: warning: "SYM_FUNC_START" redefined 44 | #define SYM_FUNC_START ENTRY | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:218: note: this is the location of the previous definition 218 | #define SYM_FUNC_START(name) \ | In file included from <command-line>: /build/source/src/compat/compat-asm.h:45: warning: "SYM_FUNC_END" redefined 45 | #define SYM_FUNC_END ENDPROC | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:265: note: this is the location of the previous definition 265 | #define SYM_FUNC_END(name) \ | /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S: Assembler messages: /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:123: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:185: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:187: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:319: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1016: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1616: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1620: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1810: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1812: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1959: Error: invalid character '(' in mnemonic make[3]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/scripts/Makefile.build:348: /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.o] Error 1 make[2]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/Makefile:1729: /build/source/src] Error 2 make[1]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/Makefile:179: sub-make] Error 2 make: *** [Makefile:26: module] Error 2 builder for '/nix/store/hll3sjyrwa55arzlsxnbacqdd8s842l1-wireguard-1.0.20200908.drv' failed with exit code 2 ```
2020-11-11fwupd: Fix buildJan Tojnar1-11/+37
Few new files are trying to be installed to /etc. Fixes: https://github.com/NixOS/nixpkgs/issues/103365
2020-11-10Merge pull request #103180 from veprbl/pr/darwin_adv_cmds_fixDmitry Kalinkin1-12/+7
darwin.adv_cmds: fix build
2020-11-10Merge pull request #103307 from grahamc/zfs-scriptsGraham Christensen1-3/+4
zfs: extend zpool scripts with :$PATH, remove sudo
2020-11-10linux: 5.9.6 -> 5.9.7Tim Steinbach1-2/+2
2020-11-10linux: 5.4.75 -> 5.4.76Tim Steinbach1-2/+2
2020-11-10linux: 4.9.241 -> 4.9.242Tim Steinbach1-2/+2
2020-11-10linux: 4.4.241 -> 4.4.242Tim Steinbach1-2/+2
2020-11-10linux: 4.19.155 -> 4.19.156Tim Steinbach1-2/+2
2020-11-10linux: 4.14.204 -> 4.14.205Tim Steinbach1-2/+2
2020-11-10iptables: 1.8.5 -> 1.8.6R. RyanTM1-2/+2
2020-11-10zfs: extend zpool scripts with :$PATH, remove sudoGraham Christensen1-3/+4
sudo the package is not suid, so remove it from the PATH. Extend PATH with $PATH to fetch sudo from the outer PATH. Move the generation of `path` in to Nix, so the sed expression can use single quotes, which prevents $PATH being interpolated at build-time.
2020-11-10Merge master into staging-nextFrederik Rietdijk3-17/+40
2020-11-10bolt: 0.8 -> 0.9Peter Hoeg1-11/+34
2020-11-09fwupd: 1.4.6 → 1.5.1Jan Tojnar3-26/+63
* https://github.com/fwupd/fwupd/releases/tag/1.5.0 * https://github.com/fwupd/fwupd/releases/tag/1.5.1 * The changelog mentions removed dependency on efivar but we still need the package because it also contains efiboot required dependency. https://github.com/fwupd/fwupd/pull/2485 * Blacklist options were renamed. * Test firmware was moved to a separate repo. We need to install it or some tests will be skipped. https://github.com/fwupd/fwupd/pull/2330 * Initially, there was an option to configure dbx but in the end, it was removed in favour of bespoke dbxtool. https://github.com/fwupd/fwupd/pull/2061, https://github.com/fwupd/fwupd/pull/2318, https://github.com/fwupd/fwupd/pull/2329 * Fwupd now checks hashes of plug-ins and will complain loudly that it is tainted when “invalid” plug-in is loaded (during testing). * Installed tests complain about not being able to access cdn, even though we are not setting CI_NETWORK env var. We need a patch to fix that.
2020-11-09batman-adv: 2020.3 -> 2020.4Martin Weinelt1-4/+4
2020-11-09mupdf: mark 1.17 as insecure but as still required as dependencyMarkus S. Wamser1-2/+2
2020-11-09Merge master into staging-nextFrederik Rietdijk7-29/+25
2020-11-09Merge pull request #102680 from r-ryantm/auto-update/pcmDaniël de Kok1-2/+2
pcm: 202008 -> 202009
2020-11-09Merge pull request #102381 from MetaDark/linuxPackages.xpadneoAlyssa Ross1-4/+5
linuxPackages.xpadneo: 0.8.3 -> 0.8.4
2020-11-08darwin.adv_cmds: fix buildDmitry Kalinkin1-12/+7
Also disable pgrep that depends on pkill
2020-11-08firejail: 0.9.62 -> 0.9.64snicket21001-15/+2
2020-11-08Merge pull request #103081 from andresilva/linux-zen-5.9.6Michael Raskin1-2/+2
linux_zen: 5.9.3 -> 5.9.6
2020-11-08Merge pull request #103132 from markuskowa/upd-rdma-coremarkuskowa1-2/+2
rdma-core: 31.0 -> 31.1
2020-11-08Merge pull request #103028 from TredwellGit/firmwareLinuxNonfreeTim Steinbach1-3/+3
firmwareLinuxNonfree: 2020-09-18 -> 2020-10-22
2020-11-08rdma-core: 31.0 -> 31.1Markus Kowalewski1-2/+2
2020-11-07linux_zen: 5.9.3 -> 5.9.6André Silva1-2/+2
2020-11-06nvidia_x11.persistenced: fix build on masterPhillip Cloud1-1/+9
2020-11-06firmwareLinuxNonfree: 2020-09-18 -> 2020-10-22TredwellGit1-3/+3
2020-11-06Merge master into staging-nextFrederik Rietdijk9-47/+105
2020-11-06pam_mount: add support for LUKS2Peter Hoeg2-18/+76
2020-11-05linux/hardened/patches/5.9: 5.9.1.a -> 5.9.6.aAnders Kaseorg1-3/+3
2020-11-05linux/hardened/patches/5.8: 5.8.16.a -> 5.8.18.aAnders Kaseorg1-3/+3