Commit c3bece53 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 9a3ad14c
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -5,23 +5,15 @@ assert lib.versionAtLeast (lib.getVersion ocaml) "4.07";

stdenv.mkDerivation rec {
  pname = "llpp";
  version = "41";
  version = "42";

  src = fetchFromGitHub {
    owner = "criticic";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Doj0zLYI1pi7eK01+29xFLYPtc8+fWzj10292+PmToE=";
    hash = "sha256-B/jKvBtBwMOErUVmGFGXXIT8FzMl1DFidfDCHIH41TU=";
  };

  patches = [
    (fetchpatch {
      name = "system-makedeps-and-ocaml5.patch";
      url = "https://aur.archlinux.org/cgit/aur.git/plain/system-makedeps-and-ocaml5.patch?h=llpp&id=32955e115f914bb96348d288f9af9c6e3e80a02b";
      hash = "sha256-3rcPsR+M8Jx7M8GHUIsw0WNBvp6aE7BcPr4yk2vT9Ik=";
    })
  ];

  postPatch = ''
    sed -i "2d;s/ver=.*/ver=${version}/" build.bash
  '';
+1 −3
Original line number Diff line number Diff line
@@ -33470,9 +33470,7 @@ with pkgs;
  linuxsampler = callPackage ../applications/audio/linuxsampler { };
  llpp = callPackage ../applications/misc/llpp {
    inherit (ocaml-ng.ocamlPackages_4_14) ocaml;
  };
  llpp = callPackage ../applications/misc/llpp { };
  lls = callPackage ../applications/networking/lls { };