Linux: Actually use `postBuild'.
svn path=/nixpkgs/trunk/; revision=27833
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user