buildbot-full: build with format other
This commit is contained in:
parent
7715dd69e3
commit
8ab844d278
@ -11,6 +11,7 @@ let
|
|||||||
withPlugins = plugins: buildPythonPackage {
|
withPlugins = plugins: buildPythonPackage {
|
||||||
pname = "${package.pname}-with-plugins";
|
pname = "${package.pname}-with-plugins";
|
||||||
inherit (package) version;
|
inherit (package) version;
|
||||||
|
format = "other";
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user