forked from mirrors/nixpkgs
Linux: Actually use `postBuild'.
svn path=/nixpkgs/trunk/; revision=27833
This commit is contained in:
parent
2e5d962f72
commit
5795d23320
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue