otb: clean-up unused code

This commit is contained in:
Ivan Mincik
2025-06-10 16:27:11 +02:00
parent 9740fc69bd
commit 312eacf540
+1 -2
View File
@@ -1,6 +1,5 @@
{
cmake,
callPackage,
fetchFromGitHub,
fetchpatch,
makeWrapper,
@@ -43,7 +42,7 @@
enableThirdParty ? true,
}:
let
inherit (lib) optionalString optionals optional;
inherit (lib) optionals;
pythonInputs =
optionals enablePython (with python3.pkgs; [ numpy ]) ++ (extraPythonPackages python3.pkgs);