Mario Rodas
2023-11-15 04:20:00 +00:00
parent 9a3ad14c26
commit c3bece532a
2 changed files with 3 additions and 13 deletions
+2 -10
View File
@@ -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
View File
@@ -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 { };