Loading pkgs/development/python-modules/papis/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, # build-system hatchling, Loading Loading @@ -123,6 +124,14 @@ buildPythonPackage rec { "test_yaml_unicode_dump" ]; patches = [ (fetchpatch2 { name = "fix-support-new-click-in-papisrunner.patch"; url = "https://github.com/papis/papis/commit/0e3ffff4bd1b62cdf0a9fdc7f54d6a2e2ab90082.patch?full_index=1"; hash = "sha256-KUw5U5izTTWqXHzGWLibtqHWAsVxla6SA8x6SJ07/zU="; }) ]; meta = { description = "Powerful command-line document and bibliography manager"; mainProgram = "papis"; Loading Loading
pkgs/development/python-modules/papis/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, fetchpatch2, # build-system hatchling, Loading Loading @@ -123,6 +124,14 @@ buildPythonPackage rec { "test_yaml_unicode_dump" ]; patches = [ (fetchpatch2 { name = "fix-support-new-click-in-papisrunner.patch"; url = "https://github.com/papis/papis/commit/0e3ffff4bd1b62cdf0a9fdc7f54d6a2e2ab90082.patch?full_index=1"; hash = "sha256-KUw5U5izTTWqXHzGWLibtqHWAsVxla6SA8x6SJ07/zU="; }) ]; meta = { description = "Powerful command-line document and bibliography manager"; mainProgram = "papis"; Loading