Loading pkgs/development/python-modules/python-bidi/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchFromGitHub, rustPlatform, libiconv, pytestCheckHook, }: Loading @@ -24,6 +25,8 @@ buildPythonPackage rec { hash = "sha256-34R8T8cXiX1iRx/Zb51Eb/nf0wLpN38hz0VnsmzPzws="; }; buildInputs = [ libiconv ]; build-system = [ rustPlatform.cargoSetupHook rustPlatform.maturinBuildHook Loading @@ -35,11 +38,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { homepage = "https://github.com/MeirKriheli/python-bidi"; description = "Pure python implementation of the BiDi layout algorithm"; mainProgram = "pybidi"; platforms = platforms.unix; maintainers = with maintainers; [ freezeboy ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ freezeboy ]; }; } Loading
pkgs/development/python-modules/python-bidi/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchFromGitHub, rustPlatform, libiconv, pytestCheckHook, }: Loading @@ -24,6 +25,8 @@ buildPythonPackage rec { hash = "sha256-34R8T8cXiX1iRx/Zb51Eb/nf0wLpN38hz0VnsmzPzws="; }; buildInputs = [ libiconv ]; build-system = [ rustPlatform.cargoSetupHook rustPlatform.maturinBuildHook Loading @@ -35,11 +38,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { homepage = "https://github.com/MeirKriheli/python-bidi"; description = "Pure python implementation of the BiDi layout algorithm"; mainProgram = "pybidi"; platforms = platforms.unix; maintainers = with maintainers; [ freezeboy ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ freezeboy ]; }; }