Unverified Commit 05490fb0 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

papis: fix build by upstream patch (#459213)

parents b4b45228 77addeb7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch2,

  # build-system
  hatchling,
@@ -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";