Merge pull request #84535 from bcdarwin/update-beluga

beluga: 20180403 -> unstable-2020-03-11
This commit is contained in:
Benjamin Hipple
2020-04-19 22:53:50 -04:00
committed by GitHub
5 changed files with 46 additions and 21 deletions
@@ -0,0 +1,17 @@
{ lib, buildDunePackage, dune_2 }:
buildDunePackage rec {
pname = "dune-build-info";
inherit (dune_2) src version;
useDune2 = true;
dontAddPrefix = true;
meta = with lib; {
inherit (dune_2.meta) homepage;
description = "Embed build information inside executables";
maintainers = [ maintainers.bcdarwin ];
license = licenses.mit;
};
}
@@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "linenoise";
version = "1.1.0";
version = "1.3.0";
minimumOCamlVersion = "4.02";
@@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "fxfactorial";
repo = "ocaml-${pname}";
rev = "v${version}";
sha256 = "1h6rqfgmhmd7p5z8yhk6zkbrk4yzw1v2fgwas2b7g3hqs6y0xj0q";
sha256 = "0m9mm1arsawi5w5aqm57z41sy1wfxvhfgbdiw7hzy631i391144g";
};
propagatedBuildInputs = [ result ];
+3 -3
View File
@@ -38,9 +38,9 @@ buildDunePackage rec {
sha256 = "05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26";
};
buildInputs = [ ppx_tools_versioned ocaml-migrate-parsetree ];
propagatedBuildInputs = [ gen uchar ];
propagatedBuildInputs = [
gen uchar ocaml-migrate-parsetree ppx_tools_versioned
];
preBuild = ''
ln -s ${DerivedCoreProperties} src/generator/data/DerivedCoreProperties.txt