summary refs log tree commit diff
path: root/pkgs/os-specific/linux/exfat
Commit message (Collapse)AuthorAge
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-23
| | | | | | | Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that commit for details. This reverts commit 0bc275e63423456d6deb650e146120c39c1e0723.
* Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer2021-01-22
| | | | | | | This is a stdenv-rebuild, and should not be merged into master This reverts commit 8929989614589ee3acd070a6409b2b9700c92d65.
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-21
| | | | | | | | | | | | | | | | The `platform` field is pointless nesting: it's just stuff that happens to be defined together, and that should be an implementation detail. This instead makes `linux-kernel` and `gcc` top level fields in platform configs. They join `rustc` there [all are optional], which was put there and not in `platform` in anticipation of a change like this. `linux-kernel.arch` in particular also becomes `linuxArch`, to match the other `*Arch`es. The next step after is this to combine the *specific* machines from `lib.systems.platforms` with `lib.systems.examples`, keeping just the "multiplatform" ones for defaulting.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* linuxPackages.exfat-nofuse: lazier assertion (/cc #97577)Vladimír Čunát2020-09-17
| | | | | I'm not sure what happens exactly. I suspect some construct like mkIf pushing into boot.kernelPackages contents and tripping on the assertion.
* linuxPackages.exfat-nofuse: 2019-09-06 -> 2020-04-15makefu2020-09-09
| | | | add assertion for newer linux kernels which come with native exfat support
* exfat: fix cross compilationJoe Hermaszewski2020-06-18
|
* linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06makefu2019-09-16
| | | | | Upstream repository is unmaintained since 2018, maintainership got taken over by AdrianBan ( https://github.com/dorimanx/exfat-nofuse/issues/145#issuecomment-528632096 )
* exfat-nofuse: fix build for 4.18makefu2019-01-09
| | | | | | additionally we use the PR 137 instead of the patch files from AUR. This avoids changes in source files and pins the patch to exactly what we want It also removes one fetchpatch call
* exfat-nofuse: unbreak for 4.18 and 4.20makefu2019-01-09
|
* linuxPackages_4_18.exfat-nofuse: brokenAlyssa Ross2018-08-21
|
* linuxPackages.exfat-nofuse: 2017-06-19 -> 2018-04-16Vladyslav Mykhailichenko2018-04-17
|
* linuxPackages.extfat-nofuse: fix libelf dependencyJörg Thalheim2018-01-13
|
* exfat-nofuse: 2017-01-03 -> 2017-06-19Tim Steinbach2017-07-23
|
* exfat-nofuse: exclude 4.1 kernel buildmakefu2017-02-28
|
* exfat-nofuse: build only for kernels < 4.10makefu2017-02-28
|
* exfat-nofuse: init at 2017-01-03makefu2017-02-03