hplipWithPlugin: remove assert (#427183)

This commit is contained in:
Philip Taron
2025-07-21 15:49:05 -07:00
committed by GitHub
+1 -13
View File
@@ -72,12 +72,6 @@ let
in
assert
withPlugin
->
builtins.elem hplipArch pluginArches
|| throw "HPLIP plugin not supported on ${stdenv.hostPlatform.system}";
python3Packages.buildPythonApplication {
inherit pname version;
format = "other";
@@ -362,13 +356,7 @@ python3Packages.buildPythonApplication {
bsd2
gpl2Plus
];
platforms = [
"i686-linux"
"x86_64-linux"
"armv6l-linux"
"armv7l-linux"
"aarch64-linux"
];
platforms = lib.attrNames hplipPlatforms;
maintainers = with lib.maintainers; [ ttuegel ];
};
}