Loading pkgs/development/python-modules/kornia-rs/default.nix +4 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildPythonPackage , rustPlatform , cmake , nasm , substituteAll , libiconv }: buildPythonPackage rec { Loading @@ -26,6 +28,8 @@ buildPythonPackage rec { nasm # Only for dependencies. ]; buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv; cargoRoot = "py-kornia"; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; Loading Loading
pkgs/development/python-modules/kornia-rs/default.nix +4 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , buildPythonPackage , rustPlatform , cmake , nasm , substituteAll , libiconv }: buildPythonPackage rec { Loading @@ -26,6 +28,8 @@ buildPythonPackage rec { nasm # Only for dependencies. ]; buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv; cargoRoot = "py-kornia"; cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; Loading