Commit graph

17 commits

Author SHA1 Message Date
John Ericson 9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Jonathan Ringer 0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
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.
2021-01-21 22:44:09 -05:00
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Vladimír Čunát d347b85c02
linuxPackages.exfat-nofuse: lazier assertion (/cc #97577)
I'm not sure what happens exactly.  I suspect some construct like mkIf
pushing into boot.kernelPackages contents and tripping on the assertion.
2020-09-17 22:32:43 +02:00
makefu bbd7ba6a1c
linuxPackages.exfat-nofuse: 2019-09-06 -> 2020-04-15
add assertion for newer linux kernels which come with native exfat support
2020-09-09 20:13:57 +02:00
Joe Hermaszewski 79987057c4 exfat: fix cross compilation 2020-06-18 17:27:27 +08:00
makefu 8a6e2f5d53
linuxPackages.exfat-nofuse: 2018-04-16 -> 2019-09-06
Upstream repository is unmaintained since 2018, maintainership got taken
over by AdrianBan ( https://github.com/dorimanx/exfat-nofuse/issues/145#issuecomment-528632096 )
2019-09-16 14:09:44 +02:00
makefu 3034023976
exfat-nofuse: fix build for 4.18
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
2019-01-09 15:13:54 +01:00
makefu eac6725843
exfat-nofuse: unbreak for 4.18 and 4.20 2019-01-09 11:37:20 +01:00
Alyssa Ross dd2f3fd8f8
linuxPackages_4_18.exfat-nofuse: broken 2018-08-21 00:34:38 +02:00
Vladyslav Mykhailichenko ee6a5296a3 linuxPackages.exfat-nofuse: 2017-06-19 -> 2018-04-16 2018-04-17 00:05:14 +03:00
Jörg Thalheim 5ccfd0ee34 linuxPackages.extfat-nofuse: fix libelf dependency 2018-01-13 18:45:04 +00:00
Tim Steinbach ebf5df0365
exfat-nofuse: 2017-01-03 -> 2017-06-19 2017-07-23 11:43:01 -04:00
makefu b4ff1ba4a9
exfat-nofuse: exclude 4.1 kernel build 2017-02-28 16:28:23 +01:00
makefu af7ccaf8c8
exfat-nofuse: build only for kernels < 4.10 2017-02-28 15:50:15 +01:00
makefu 26a27e4657
exfat-nofuse: init at 2017-01-03 2017-02-03 19:49:27 +01:00