Skip to content

Commit

Permalink
buildPythonPackage: add configurePhase, fixes #20926
Browse files Browse the repository at this point in the history
I had removed the configurePhase in
#20894 because it was empty. This
seemed to break packages that use cmake.
  • Loading branch information
FRidh committed Dec 5, 2016
1 parent e2ff3f1 commit c1d98d9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
attrs // {
buildInputs = buildInputs ++ [ bootstrapped-pip ];

configurePhase = ''
runHook preConfigure
runHook postConfigure
'';

installPhase = attrs.installPhase or ''
runHook preInstall
Expand Down

0 comments on commit c1d98d9

Please sign in to comment.