Loading pkgs/development/python-modules/textual-universal-directorytree/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , hatchling , textual , universal-pathlib Loading @@ -27,6 +28,15 @@ buildPythonPackage rec { hash = "sha256-FL2bwPGqBmDn33Rhj7+VEpuqB4znEAw+GGAODTs25oo="; }; patches = [ # universal-pathlib upgrade, https://github.com/juftin/textual-universal-directorytree/pull/2 (fetchpatch { name = "universal-pathlib-upgrade.patch"; url = "https://github.com/juftin/textual-universal-directorytree/commit/e445aff21ddf756e3f180c8308a75c41487667c3.patch"; hash = "sha256-Fftx8rrLPb6lQ+HBdB5Ai55LHMWEO6XftmFfZXbXIyk="; }) ]; nativeBuildInputs = [ hatchling ]; Loading Loading
pkgs/development/python-modules/textual-universal-directorytree/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , hatchling , textual , universal-pathlib Loading @@ -27,6 +28,15 @@ buildPythonPackage rec { hash = "sha256-FL2bwPGqBmDn33Rhj7+VEpuqB4znEAw+GGAODTs25oo="; }; patches = [ # universal-pathlib upgrade, https://github.com/juftin/textual-universal-directorytree/pull/2 (fetchpatch { name = "universal-pathlib-upgrade.patch"; url = "https://github.com/juftin/textual-universal-directorytree/commit/e445aff21ddf756e3f180c8308a75c41487667c3.patch"; hash = "sha256-Fftx8rrLPb6lQ+HBdB5Ai55LHMWEO6XftmFfZXbXIyk="; }) ]; nativeBuildInputs = [ hatchling ]; Loading