mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-16 20:21:32 +03:00
Merge pull request #259 from samueldr-wip/fix/pinephone-native-kernel
kernel-builder: Strip another troublesome config
This commit is contained in:
commit
93958aed79
@ -287,6 +287,7 @@ stdenv.mkDerivation (inputArgs // {
|
||||
-e 's;CONFIG_GCC_VERSION=.*;CONFIG_GCC_VERSION=;' \
|
||||
-e 's;CONFIG_LD_VERSION=.*;CONFIG_LD_VERSION=;' \
|
||||
-e 's;CONFIG_CLANG_VERSION=.*;CONFIG_CLANG_VERSION=;' \
|
||||
-e '/CONFIG_DEBUG_INFO_SPLIT/d;' \
|
||||
$f > .tmp$f
|
||||
done
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user