mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 01:46:30 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
12 lines
180 B
Bash
12 lines
180 B
Bash
source $stdenv/setup
|
|
|
|
preBuild() {
|
|
kernelhash=$(ls $kernel/lib/modules)
|
|
echo $kernelhash
|
|
ln -s $kernel/lib/modules/$kernelhash/build linux
|
|
}
|
|
|
|
preBuild=preBuild
|
|
|
|
genericBuild
|