Unverified Commit c05e2a7e authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

php81Packages.phpspy: add upstream patch to fix version

parent a43f0d07
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  gnugrep,
  binutils,
  makeBinaryWrapper,
@@ -22,6 +23,13 @@ stdenv.mkDerivation (finalAttrs: {
    fetchSubmodules = true;
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/adsr/phpspy/commit/8854e60ac38cfd2455d4a3d797f283eb3940cb7b.patch";
      hash = "sha256-IMO9GV0Z8PDEAVhLevg5jGh/PHcbNq3f3fMGFaKoLL4=";
    })
  ];

  nativeBuildInputs = [
    makeBinaryWrapper
    php.unwrapped