about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* Revert "haskell infra, ghc: Slight cleanup"Peter Simons2017-09-15
|
* Merge pull request #29424 from obsidiansystems/slight-haskell-cleanupJohn Ericson2017-09-15
|\ | | | | haskell infra, ghc: Slight cleanup
| * haskell infra: Fix cross as much as possible without changing hashesJohn Ericson2017-09-15
| |
* | zfsUnstable: init at 2017-09-12Jörg Thalheim2017-09-15
| |
* | linux-headers 4.4: Remove arch fallback codeJohn Ericson2017-09-15
| | | | | | | | | | | | | | @dezgeg was right: The `platform` field of a linux platorm is already manadatory---if not specified it is inferred, and all such inferences include a `kernelArch` field. Therefore linux packages can indeed rely on it being defined.
* | linux-headers: Remove dead old versionJohn Ericson2017-09-15
| | | | | | | | This sat around unused for who knows how long
* | Merge pull request #28635 from ThomasMader/ldcJörg Thalheim2017-09-15
|\ \ | | | | | | Init ldc at 1.3.0, fix bootstrap dmd build, fix dtools test, run dmd-testsuite in checkPhase and fix Foundation framework
| * | apple-sdk: Move cf-private first in list, otherwise the build fails because ↵Thomas Mader2017-09-02
| | | | | | | | | | | | | | | | | | CoreFoundation/CFAttributedString.h could not be found. The problem appeared when building ldc on Mac OSX. See also 13778.
* | | Merge pull request #29402 from obsidiansystems/binutils-output-refJohn Ericson2017-09-14
|\ \ \ | | |/ | |/| treewide: Fix some references to binutils
| * | treewide: Fix some references to binutilsJohn Ericson2017-09-14
| | | | | | | | | | | | | | | | | | | | | - Compiler's shouldn't use `binutils.dev` as that doesn't yet exist with a cross binutils. - Last two `binutils.binutils` which weren't reverted
* | | Merge pull request #27376 from matthewbauer/dutiDaiderd Jordan2017-09-14
|\ \ \ | | | | | | | | duti: init at 1.5.4pre
| * | | duti: init at 1.5.4preMatthew Bauer2017-09-13
| |/ / | | | | | | | | | I would init at 1.5.4, but sadly it doesn’t work on OS X 10.11+.
* | | linuxPackages.evdi: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | |
* | | linuxPackages.netatop: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | |
* | | linuxPackages.sch_cake: Mark broken on >= 4.13Tuomas Tynkkynen2017-09-14
| | |
* | | linux: 4.9.49 -> 4.9.50Tim Steinbach2017-09-14
| | |
* | | linux: 4.12.12 -> 4.12.13Tim Steinbach2017-09-14
| | |
* | | linux: 4.13.1 -> 4.13.2Tim Steinbach2017-09-14
|/ /
* | _915resolution: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | | | | | https://hydra.nixos.org/build/60928068
* | libsmbios: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | | | | | https://hydra.nixos.org/build/60942499
* | linux-copperhead: 4.13.1.a -> 4.13.1.bTim Steinbach2017-09-13
| |
* | reptyr: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | | | | | https://hydra.nixos.org/build/60933200
* | syslinux: Only works on x86Tuomas Tynkkynen2017-09-13
| | | | | | | | https://hydra.nixos.org/build/60930963
* | x86info: only works on x86Tuomas Tynkkynen2017-09-13
| | | | | | | | https://hydra.nixos.org/build/60931250
* | policycoreutils: Fix setuid installTuomas Tynkkynen2017-09-13
| |
* | Merge pull request #29270 from rnhmjoj/btfsJoachim F2017-09-12
|\ \ | | | | | | btfs: 2.13 -> 2.17
| * | btfs: 2.13 -> 2.17rnhmjoj2017-09-12
| | |
* | | Merge pull request #29284 from abuibrahim/masterJoachim F2017-09-12
|\ \ \ | | | | | | | | odp-dpdk: fix a typo
| * | | odp-dpdk: fix a typoRuslan Babayev2017-09-12
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-11
|\| |
| * | linux-copperhead: 4.13.a -> 4.13.1.aTim Steinbach2017-09-10
| | |
| * | linux: 4.13 -> 4.13.1Tim Steinbach2017-09-10
| | |
| * | linux: 4.12.11 -> 4.12.12Tim Steinbach2017-09-10
| | |
| * | linux: 4.9.48 -> 4.9.49Tim Steinbach2017-09-10
| | |
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-10
|\| |
| * | ofp: mark as broken due to odp-dpdk changeRuslan Babayev2017-09-08
| | |
| * | pktgen: 3.1.0 -> 3.4.0Ruslan Babayev2017-09-08
| | |
| * | dpdk: drop examples output; simplify install phaseRuslan Babayev2017-09-08
| | |
| * | odp-dpdk: 1.12.0.0 -> 1.15.0.0Ruslan Babayev2017-09-08
| | |
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-08
|\| |
| * | dmtcp: 2.5.0 -> 2.5.1Robin Gloster2017-09-08
| | |
| * | linux: 4.9.47 -> 4.9.48Tim Steinbach2017-09-07
| | |
| * | linux: 4.12.10 -> 4.12.11Tim Steinbach2017-09-07
| | |
* | | Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra2017-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0a944b345e89ca0096974d168f49e1c6830c3fc2, reversing changes made to 61733ed6ccde3427016720f2e0cd191d3d95152c. I dislike these massive stdenv changes with unclear motivation, especially when they involve gratuitous mass renames like NIX_CC -> NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused months of pain, so let's not do that again.
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-06
|\| |
| * | nvidia-x11: 375.66 -> 384.69Cray Elliott2017-09-05
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingFranz Pletz2017-09-05
|\| |
| * | linux_chromiumos_3_18: remove kernel due lack of maintainer/breakageJörg Thalheim2017-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no maintainer for this package, probably not many users. It requires effort to fix all third-party modules for this old kernel versions. It might contain unpatched security holes. For Pixel chromebooks, we have the samus-kernel. Apart from that https://github.com/GalliumOS/linux might be a good choice.
| * | can-utils: 20140427 -> 20170830Franz Pletz2017-09-05
| | |
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-05
|\| |