Loading pkgs/development/python-modules/mung/default.nix +9 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools , lxml , numpy , pytestCheckHook Loading @@ -12,6 +13,7 @@ in buildPythonPackage { pname = "mung"; inherit version; pyproject = true; src = fetchFromGitHub { owner = "OMR-Research"; Loading @@ -20,7 +22,9 @@ buildPythonPackage { hash = "sha256-NSKaJkJRevTy5gh6/ik8Qe46bOPdznsmXPgh7Xz7vXQ="; }; format = "setuptools"; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ lxml Loading @@ -32,6 +36,10 @@ buildPythonPackage { pytestCheckHook ]; pythonImportsCheck = [ "mung" ]; meta = with lib; { description = "Music Notation Graph: a data model for optical music recognition"; homepage = "https://github.com/OMR-Research/mung"; Loading Loading
pkgs/development/python-modules/mung/default.nix +9 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , setuptools , lxml , numpy , pytestCheckHook Loading @@ -12,6 +13,7 @@ in buildPythonPackage { pname = "mung"; inherit version; pyproject = true; src = fetchFromGitHub { owner = "OMR-Research"; Loading @@ -20,7 +22,9 @@ buildPythonPackage { hash = "sha256-NSKaJkJRevTy5gh6/ik8Qe46bOPdznsmXPgh7Xz7vXQ="; }; format = "setuptools"; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ lxml Loading @@ -32,6 +36,10 @@ buildPythonPackage { pytestCheckHook ]; pythonImportsCheck = [ "mung" ]; meta = with lib; { description = "Music Notation Graph: a data model for optical music recognition"; homepage = "https://github.com/OMR-Research/mung"; Loading