summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* can-utils: 20140427 -> 20170830Franz Pletz2017-09-05
|
* dbus-broker: meson and ninja hooks handle most things for usPeter Hoeg2017-09-05
|
* apple-source-releases: Add some meta.platformsTuomas Tynkkynen2017-09-04
| | | | Or Hydra tries to build them on Linux...
* mdadm4: Fix build by including change from 7d010ab5f4aeTuomas Tynkkynen2017-09-04
| | | | And drop `-std=gnu89` while at it.
* linux-copperhead: 4.12.10.a -> 4.13.aTim Steinbach2017-09-04
|
* mwprocapture: fix build with kernels <4.13Cray Elliott2017-09-03
| | | | also do some minor cleanup
* mwprocapture: 1.2.0.3269 -> 1.2.0.3589Cray Elliott2017-09-03
| | | | | remove linux 4.11 patch as it was included upstream, include a new patch needed for linux 4.13
* linux: Add 4.13Tim Steinbach2017-09-03
|
* Merge pull request #28912 from disassembler/jfbviewJoachim F2017-09-03
|\ | | | | jfbview: 0.5.3 -> 0.5.4
| * jfbview: 0.5.3 -> 0.5.4Samuel Leathers2017-09-02
| |
* | fwupd: bumpShea Levy2017-09-02
|/
* linux: 4.9.46 -> 4.9.47Tim Steinbach2017-09-02
| | | | (cherry picked from commit 27c8378c0c81aa17aef615615421aa5de3d8246b)
* kernelPatches.grsecurity_testing: removeJoachim Fasting2017-09-02
|
* conky: Don't enable nvidiaSupport by defaultaszlig2017-09-01
| | | | | | | | | | | | This has been introduced in 6a6fb6d31cc736af4cf9893deffcd0151f0b8c11. Relying on non-free software by default is probably a bad idea. Apart from the fact that (sane) people usually don't want to have it sitting on their system even people who don't care will have to set "allowUnfree" to true in order to install conky. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @canndrew, @Mic92
* crda: fix build with gcc6Samuel Leathers2017-09-01
|
* linux-testing-bcachefs: init at 4.11.2017.08.23davidak2017-08-31
|
* Merge commit '2858c41' into HEADFrederik Rietdijk2017-08-30
|\
| * Merge branch 'master' into stagingVladimír Čunát2017-08-29
| |\ | | | | | | | | | There were some conflicts in python modules, commented at #28314.
| * | apple misc pkgs: `buildInputs` -> `nativeBuildInputs`John Ericson2017-08-28
| | |
| * | Merge pull request #28519 from obsidiansystems/linux-headers-improveJohn Ericson2017-08-24
| |\ \ | | | | | | | | linux-headers: Improve derivation, removing cross arg
| | * | linux-headers: Improve derivation, removing cross argJohn Ericson2017-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Perl is used at build time, so must be in `nativeBuildInputs`. It's not used at run time so it should not be in `buildInputs`, too. - Don't treat headers like a compiler---use the build and host platforms not host and target. Perhaps that would make sense if every library's headers could be a separate derivation, but since that is not feasible, best to keep the implementation and interface in the same stage. To do this, we used `stdenvNoCC` to get rid of the normal toolchain, and added a dependency for the toolchain targeting the build platform --- `buildPackages.stdenv.cc` --- thus everything is effectively slid a stage black.
* | | | Merge pull request #28651 from NeQuissimus/evdi_1_4_1_masterFranz Pletz2017-08-30
|\ \ \ \ | | | | | | | | | | evdi: 1.4.1 -> 1.4.1+git2017-06-12
| * | | | evdi: 1.4.1 -> 1.4.1+git2017-06-12Tim Steinbach2017-08-29
| | | | |
* | | | | Merge pull request #28653 from NeQuissimus/rtlwifi_new_2017_07_18Franz Pletz2017-08-30
|\ \ \ \ \ | | | | | | | | | | | | rtlwifi_new: 2016-09-12 -> 2017-07-18
| * | | | | rtlwifi_new: 2016-09-12 -> 2017-07-18Tim Steinbach2017-08-28
| |/ / / /
* | | | | Merge pull request #28654 from NeQuissimus/rtl8723bs_2017_04_06Franz Pletz2017-08-30
|\ \ \ \ \ | | | | | | | | | | | | rtl8723bs: 2016-04-11 -> 2017-04-06
| * | | | | rtl8723bs: 2016-04-11 -> 2017-04-06Tim Steinbach2017-08-28
| |/ / / /
* | | | | Merge pull request #28661 from NeQuissimus/ixgbevf_4_2_1Franz Pletz2017-08-30
|\ \ \ \ \ | | | | | | | | | | | | ixgbevf: 4.1.2 -> 4.2.1
| * | | | | ixgbevf: 4.1.2 -> 4.2.1Tim Steinbach2017-08-29
| |/ / / /
* | | | | linux-copperhead: 4.12.9.a -> 4.12.10.aTim Steinbach2017-08-30
| | | | |
* | | | | linux: 4.9.45 -> 4.9.46Tim Steinbach2017-08-30
| | | | |
* | | | | linux: 4.12.9 -> 4.12.10Tim Steinbach2017-08-30
| | | | |
* | | | | Merge pull request #28728 from canndrew/conky-nvidiaJörg Thalheim2017-08-30
|\ \ \ \ \ | | | | | | | | | | | | conky: enable nvidia support
| * | | | | conky: enable nvidia supportAndrew Cann2017-08-30
| | | | | |
* | | | | | displaylink: use requireFile instead of fetchurlSang Hak (Andy) Chun2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The direct link used with fetchurl is no longer a direct link (see #28279) Users will need to accept a EULA and add the source themselves to the store.
* | | | | | Merge pull request #28660 from NeQuissimus/frandom_patchFranz Pletz2017-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | frandom: Remove
| * | | | | | frandom: RemoveTim Steinbach2017-08-29
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #28652 from NeQuissimus/sch_cake_2017_07_16Franz Pletz2017-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | sch_cake: 2017-01-28 -> 2017-07-16
| * | | | | | sch_cake: 2017-01-28 -> 2017-07-16Tim Steinbach2017-08-28
| |/ / / / /
* | | | | | Merge pull request #28662 from NeQuissimus/mxu11x0_1_3_11Franz Pletz2017-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | mxu11x0: 1.3.11 -> 1.3.11+git2017-07-13
| * | | | | | mxu11x0: 1.3.11 -> 1.3.11+git2017-07-13Tim Steinbach2017-08-29
| |/ / / / /
* | | | | | acpi_call: mark as broken on ChromiumOS kernelsMichael Raskin2017-08-29
| | | | | |
* | | | | | Merge pull request #28650 from NeQuissimus/ena_1_2_0Jörg Thalheim2017-08-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | ena: 20160629 -> 1.2.0
| * | | | | | ena: 20160629 -> 1.2.0Tim Steinbach2017-08-28
| |/ / / / /
* | | | | | Merge pull request #28657 from zraexy/broadcom-bt-firmwareJörg Thalheim2017-08-29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | broadcom-bt-firmware: 12.0.1.1011 -> 12.0.1.1012
| * | | | | broadcom-bt-firmware: 12.0.1.1011 -> 12.0.1.1012zraexy2017-08-28
| | | | | |
* | | | | | Merge pull request #28664 from NeQuissimus/ply_folder_kernelJörg Thalheim2017-08-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | ply: Allow building for git-fetched kernels
| * | | | | | ply: Allow building for git-fetched kernelsTim Steinbach2017-08-28
| | |/ / / / | |/| | | |
* | | | | | linux_rpi: 1.20170515 -> 1.20170811Tuomas Tynkkynen2017-08-29
| | | | | |
* | | | | | raspberrypifw: 1.20170515 -> 1.20170515nTuomas Tynkkynen2017-08-29
|/ / / / /