linux: Include "NixOS" in "uname -v"

This commit is contained in:
Eelco Dolstra 2013-08-01 01:39:59 +02:00
parent d1de0e2d6d
commit 14ca9c0bf1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
source $stdenv/setup source $stdenv/setup
makeFlags="ARCH=$arch SHELL=/bin/sh $makeFlags" makeFlags="ARCH=$arch SHELL=/bin/sh KBUILD_BUILD_VERSION=1-NixOS $makeFlags"
if [ -n "$crossConfig" ]; then if [ -n "$crossConfig" ]; then
makeFlags="$makeFlags CROSS_COMPILE=$crossConfig-" makeFlags="$makeFlags CROSS_COMPILE=$crossConfig-"
fi fi