3
0
Fork 0
forked from mirrors/nixpkgs

Linux: Actually use `postBuild'.

svn path=/nixpkgs/trunk/; revision=27833
This commit is contained in:
Ludovic Courtès 2011-07-19 09:03:09 +00:00
parent 2e5d962f72
commit 5795d23320

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation {
generateConfig = ./generate-config.pl;
inherit preConfigure src module_init_tools localVersion postInstall;
inherit preConfigure src module_init_tools localVersion postBuild postInstall;
patches = map (p: p.patch) kernelPatches;