buildbot-full: build with format other

This commit is contained in:
Martin Weinelt 2022-09-19 03:46:15 +02:00 committed by Sandro Jäckel
parent 7715dd69e3
commit 8ab844d278
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -11,6 +11,7 @@ let
withPlugins = plugins: buildPythonPackage {
pname = "${package.pname}-with-plugins";
inherit (package) version;
format = "other";
dontUnpack = true;
dontBuild = true;