Merge pull request #134366 from Stunkymonkey/buildbot-phases

This commit is contained in:
Sandro 2021-08-25 00:33:13 +02:00 committed by GitHub
commit 3976a2b27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
let
withPlugins = plugins: buildPythonPackage {
name = "${package.name}-with-plugins";
phases = [ "installPhase" "fixupPhase" ];
dontUnpack = true;
nativeBuildInputs = [ makeWrapper ];
propagatedBuildInputs = plugins ++ package.propagatedBuildInputs;