Whoops, forgot to re-inherit postBuild now that it's not set manually
I really should have done these changes in a topic branch, sorry svn path=/nixpkgs/trunk/; revision=29567
This commit is contained in:
parent
494e927d1c
commit
5a5602184e
@ -77,7 +77,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
generateConfig = ./generate-config.pl;
|
generateConfig = ./generate-config.pl;
|
||||||
|
|
||||||
inherit preConfigure src module_init_tools localVersion postInstall;
|
inherit preConfigure src module_init_tools localVersion postInstall postBuild;
|
||||||
|
|
||||||
patches = map (p: p.patch) kernelPatches;
|
patches = map (p: p.patch) kernelPatches;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user