mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
linux_rpi: fix overrides
This commit is contained in:
parent
6fd3fea4db
commit
26ff3da4b7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ lib.overrideDerivation (buildLinux (args // {
|
|||
platforms = with lib.platforms; [ arm aarch64 ];
|
||||
hydraPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
})) (oldAttrs: {
|
||||
} // (args.argsOverride or {}))) (oldAttrs: {
|
||||
postConfigure = ''
|
||||
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.
|
||||
sed -i $buildRoot/.config -e 's/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=""/'
|
||||
|
|
Loading…
Reference in a new issue