Loading pkgs/development/python-modules/evtx/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pytestCheckHook , pythonOlder , rustPlatform , libiconv }: buildPythonPackage rec { Loading Loading @@ -32,6 +33,10 @@ buildPythonPackage rec { maturinBuildHook ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -46,6 +51,5 @@ buildPythonPackage rec { changelog = "https://github.com/omerbenamram/pyevtx-rs/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; broken = stdenv.isDarwin; }; } Loading
pkgs/development/python-modules/evtx/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pytestCheckHook , pythonOlder , rustPlatform , libiconv }: buildPythonPackage rec { Loading Loading @@ -32,6 +33,10 @@ buildPythonPackage rec { maturinBuildHook ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; nativeCheckInputs = [ pytestCheckHook ]; Loading @@ -46,6 +51,5 @@ buildPythonPackage rec { changelog = "https://github.com/omerbenamram/pyevtx-rs/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; broken = stdenv.isDarwin; }; }