1
1
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:
Samuel Dionne-Riel 2020-12-25 23:38:49 -05:00 committed by GitHub
commit 93958aed79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)