aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zfs: Incompatibility with kernel 5.3Tim Steinbach2019-09-201-2/+2
| | | | | Enable the warning that ZFS is currently incompatible with 5.3 kernels
* linux: 5.2.15 -> 5.2.16Tim Steinbach2019-09-191-2/+2
|
* linux: 4.19.73 -> 4.19.74Tim Steinbach2019-09-191-2/+2
|
* linux: 4.14.144 -> 4.14.145Tim Steinbach2019-09-191-2/+2
|
* Merge pull request #68906 from edolstra/revert-interface-versionEelco Dolstra2019-09-191-1/+1
|\ | | | | Revert systemd interface version to 2
| * Revert systemd interface version to 2Eelco Dolstra2019-09-161-1/+1
| | | | | | | | | | | | | | | | The new systemd in 19.09 gives an "Access Denied" error when doing "systemctl daemon-reexec" on an 19.03 system. The fix is to use the previous systemctl to signal the daemon to re-exec itself. This ensures that users don't have to reboot when upgrading from NixOS 19.03 to 19.09.
* | microcodeIntel: 20190618 -> 20190918Will Dietz2019-09-181-2/+2
| |
* | mdadm: fix path to sendmailBjørn Forsman2019-09-181-1/+1
| | | | | | | | | | | | | | | | | | Without this, mdadm won't be able to send email notifications: $ sudo mdadm --monitor --scan --test sh: /nix/store/2v8jn0lxza72grcm6hciak9fpgm7xb3a-system-sendmail-1.0: Is a directory Fixes: b074a40f74c2 ("mdadm: use shared system-sendmail")
* | wxMSW: mark brokenMatthew Bauer2019-09-181-0/+2
| | | | | | | | | | | | This hasn’t worked for a while: https://hydra.nixos.org/job/nixpkgs/cross-trunk/crossMingw32.windows.wxMSW.x86_64-linux
* | Merge pull request #68889 from nspin/pr/various-cross-2Matthew Bauer2019-09-171-2/+2
|\ \ | | | | | | Various cross-compilation fixes
| * | udisks2: disable docs when cross-compilingNick Spinale2019-09-171-2/+2
| | |
* | | firmwareLinuxNonfree: 2019-07-17 -> 2019-08-15Franz Pletz2019-09-171-4/+4
| | |
* | | Merge pull request #68728 from d-goldin/fix_setools_buildworldofpeace2019-09-171-4/+4
|\ \ \ | | | | | | | | setools: 4.2.0 -> 4.2.2 and fixing build
| * | | setools: 4.2.0 -> 4.2.2 and fixing buildDima2019-09-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build was broken because meanwhile setools requires cython and no bison, swig and flex anymore. Also, bumping version to newest release, which is not directly related to the build breakage.
* | | | Merge pull request #68917 from dtzWill/feature/cpustatworldofpeace2019-09-171-0/+26
|\ \ \ \ | | | | | | | | | | cpustat: init at 0.02.09
| * | | | cpustat: newlines between (most) attributesWill Dietz2019-09-161-0/+4
| | | | | | | | | | | | | | | | | | | | Exception is made for pname/version as is convention.
| * | | | cpustat: init at 0.02.09Will Dietz2019-09-161-0/+22
| | |_|/ | |/| |
* | | | linux: Add 5.3, linux-libre: 16791 -> 16794Tim Steinbach2019-09-162-1/+19
| | | | | | | | | | | | | | | | Update linuxPackages_latest to 5.3
* | | | linux: 5.2.14 -> 5.2.15Tim Steinbach2019-09-161-2/+2
| | | |
* | | | linux: 4.9.192 -> 4.9.193Tim Steinbach2019-09-161-2/+2
| | | |
* | | | linux: 4.4.192 -> 4.4.193Tim Steinbach2019-09-161-2/+2
| | | |
* | | | linux: 4.19.72 -> 4.19.73Tim Steinbach2019-09-161-2/+2
| | | |
* | | | linux: 4.14.143 -> 4.14.144Tim Steinbach2019-09-161-2/+2
| | | |
* | | | linuxPackages*.intel-speed-select (5.3+)Will Dietz2019-09-161-0/+20
|/ / /
* | | linux-libre: fixing build / deblobbing (#68844)Dima2019-09-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build was failing because we were depending on tagged versions of the deblobbing scripts. The tags are not updated and thus newer changes required won't be reflected unless the tag is re-created, which might not be reliably the case. So bumping revision and switching to use the branches to access the deblob scripts. For context, in our case the missing change is: --- /nix/store/sfc0rrhj5l44zpqgpsymq5750k5wzg8p-tags-r16790/4.19-gnu/deblob-4.19 1970-01-01 01:00:01.000000000 +0100 +++ ../deblob-4.19 2019-09-14 14:53:44.637404289 +0200 @@ -1879,7 +1879,11 @@ announce BRCMFMAC - "Broadcom IEEE802.11n embedded FullMAC WLAN driver" reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c -reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +if grep -q firmware_request_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c; then + reject_firmware_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +else + reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +fi clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h
* | | drbd: fix cross-compilationNick Spinale2019-09-151-1/+2
| | |
* | | bridge-utils: fix cross-compilationNick Spinale2019-09-152-3/+29
| | |
* | | kexectools: fix build on i686worldofpeace2019-09-141-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | https://hydra.nixos.org/build/99957229 See: https://src.fedoraproject.org/rpms/kexec-tools/c/cb1e5463b5298b064e9b6c86ad6fe3505fec9298 Forward-cherry picked from commit dc051dfdef1e, but only conditionally for i686 to rebuild only where necessary. Discussion: PR #68380.
* | | Merge pull request #68610 from primeos/fscryptMichael Weiss2019-09-142-71/+3
|\ \ \ | | | | | | | | fscrypt: unstable-2019-08-29 -> 0.2.5
| * | | fscrypt: unstable-2019-08-29 -> 0.2.5Michael Weiss2019-09-122-71/+3
| |/ /
* | | Merge pull request #68063 from dtzWill/update/ell-0.22-iwd-0.20worldofpeace2019-09-132-15/+35
|\ \ \ | |/ / |/| | ell: 0.21 -> 0.22, iwd: 0.19 -> 0.20, add myself to maintainers
| * | iwd: revert commit introducing attempt to create /varWill Dietz2019-09-131-0/+10
| | | | | | | | | | | | Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
| * | iwd: 0.19 -> 0.20Will Dietz2019-09-131-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * don't use deprecated dbus directory * alphabetize * drop Mic92 from maintainers https://github.com/NixOS/nixpkgs/pull/68063#discussion_r323113385 * enableParallelBuilding Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
| * | ell: 0.21 -> 0.22Will Dietz2019-09-031-2/+2
| | |
* | | Merge pull request #68419 from danielfullmer/rtl8812au-kernel-fixworldofpeace2019-09-121-3/+3
|\ \ \ | | | | | | | | rtl8812au: 5.2.20.2_28373.20180619 -> 5.2.20.2_28373.20190903
| * | | rtl8812au: 5.2.20.2_28373.20180619 -> 5.2.20.2_28373.20190903Daniel Fullmer2019-09-121-3/+3
| | | |
* | | | linux: 5.2.13 -> 5.2.14Tim Steinbach2019-09-101-2/+2
| | | |
* | | | linux: 4.9.191 -> 4.9.192Tim Steinbach2019-09-101-2/+2
| | | |
* | | | linux: 4.4.191 -> 4.4.192Tim Steinbach2019-09-101-2/+2
| | | |
* | | | linux: 4.19.71 -> 4.19.72Tim Steinbach2019-09-101-2/+2
| | | |
* | | | linux: 4.14.142 -> 4.14.143Tim Steinbach2019-09-101-2/+2
| | | |
* | | | zbar: clean up (#68389)Jan Tojnar2019-09-101-10/+8
|\ \ \ \ | | | | | | | | | | zbar: clean up
| * | | | v4l-utils: split to multiple outputsJan Tojnar2019-09-101-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That required setting localedir to fix cycle. Also do not patch shebangs globally.
* | | | | linux: build rtw88 moduleFranz Pletz2019-09-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Adds support for Realtek wireless/bluetooth cards found in some Lenovo laptops. The old `r8822be` module was removed in favour of this one.
* | | | | wifi-password: init at 0.1.0 (#68373)Nikita Voloboev2019-09-101-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wifi-password: init at 0.1.0 * Apply suggestions from code review Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
* | | | | Revert "busybox: fix static builds"Matthew Bauer2019-09-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b4f6931acde5433ffebfedf79a31eb5903ffa51e. Broke busybox-sandbox-shell https://hydra.nixos.org/build/100470231
* | | | | fwupd: add setuptools for pythonworldofpeace2019-09-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's no longer propagated so we need to add it. Was failing like: FAILED: libfwupd/fwupd.map /build/fwupd-1.2.10/libfwupd/generate-version-script.py LIBFWUPD libfwupd/Fwupd-2.0.gir libfwupd/fwupd.map Traceback (most recent call last): File "/build/fwupd-1.2.10/libfwupd/generate-version-script.py", line 11, in <module> from pkg_resources import parse_version ModuleNotFoundError: No module named 'pkg_resources'
* | | | | linux: 5.3-rc7 -> 5.3-rc8Tim Steinbach2019-09-091-2/+2
| | | | |
* | | | | linux: 5.3-rc6 -> 5.3-rc7Tim Steinbach2019-09-091-2/+2
| | | | |
* | | | | linux: 5.3-rc5 -> 5.3-rc6Tim Steinbach2019-09-091-2/+2
| | | | |