Antonio Nuno Monteiro
cf4250bef0
ocamlPackages.findlib: set dontDetectOcamlConflicts to {false,true}
2023-05-09 18:46:02 -07:00
Guillaume Girol
72e0ac1bb8
ocamlPackages.findlib: explain how to bypass the dep conflict detection
...
Inspired by https://github.com/NixOS/nixpkgs/pull/205646#issuecomment-1412713324
2023-02-02 12:00:00 +00:00
Guillaume Girol
6043e3af4e
ocamlPackages.findlib: detect conflicts of version early
...
just like pythonCatchConflictHook
2023-01-03 20:30:34 +01:00
Vincent Laporte
f14d4f4df2
ocamlPackages.findlib: 1.9.3 → 1.9.6
2022-10-20 17:35:46 +02:00
Malo Bourgon
b1de4bf60f
ocamlPackages: add meta.mainProgram to many packages
2022-05-11 09:02:37 +02:00
Vincent Laporte
e7001451a5
ocamlPackages.findlib: 1.9.1 → 1.9.3
2022-04-07 07:23:44 +02:00
Guillaume Girol
9a778368f2
ocamlPackages.findlib: move destdir creation to installPhase
...
allows to use configurePhase in nix-shell
2022-01-23 12:00:00 +00:00
Guillaume Girol
79fb9f824e
ocamlPackages.findlib: don't wait configurePhase to set OCAMLFIND_DESTDIR
...
this fixes ocamlfind printconf destdir inside nix-shell
fixes #152028
the regression was introduced by
a3ab43d3a4
which was meant to fix building
ocamlPackages.ocamlbuild with strictDeps. This commit keeps ocamlbuild
building.
2021-12-26 12:00:00 +00:00
Guillaume Girol
a17fc03375
pkgsStatic.ocaml-ng: migrate static adapter to derivations themselves
2021-08-19 09:32:03 +02:00
Guillaume Girol
a3ab43d3a4
ocamlPackages.findlib: create destdir even when there are no buildInputs
2021-08-19 09:30:48 +02:00
Guillaume Girol
e98be5d5e0
ocamlPackages.findlib: refactor
2021-08-19 09:30:48 +02:00
Guillaume Girol
4c0020beab
ocamlPackages.findlib: fix buildInputs vs nativeBuildInputs
2021-08-19 09:30:47 +02:00
R. RyanTM
274fc0f668
ocamlPackages.findlib: 1.8.1 -> 1.9.1
2021-03-22 20:42:50 +00:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
John Ericson
bca2e8255e
treewide: CAML_LD_LIBRARY_PATH may be undefined
2019-11-14 13:44:07 -05:00
Frederik Rietdijk
73b88e17dd
Merge staging-next into staging
2019-11-11 12:09:26 +01:00
John Ericson
6fb526b32c
findlib setup hook: createFindlibDestdir
may not be defined
2019-11-08 13:28:59 -05:00
John Ericson
67cc85ec67
OCaml findlib: OCAMLPATH could be undefined
2019-11-08 13:24:20 -05:00
Marco Maggesi
ff1ed720e2
Rename z77z into maggesi
...
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Vincent Laporte
0a477846af
ocamlPackages.findlib: 1.8.0 -> 1.8.1
...
Also remove unused legacy version 1.7.3
2019-08-07 12:26:34 +00:00
Vincent Laporte
94445ed4bc
ocamlPackages.findlib: fix stublibs
2018-06-06 07:14:26 +00:00
Vincent Laporte
c4b7bbf77e
ocamlPackages.findlib: 1.7.3 -> 1.8.0
2018-04-25 18:19:27 +02:00
Vincent Laporte
387d791663
ocamlPackages.findlib: automatically populate the CAML_LD_LIBRARY_PATH env. variable
...
With directories of the form:
lib/ocaml/${ocaml.version}/site-lib/stubslibs
2018-03-25 18:33:13 +02:00
Vincent Laporte
2455478754
ocamlPackages.findlib: fix META for library threads
2018-03-25 18:33:13 +02:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Vincent Laporte
2dae6e0b5f
ocamlPackages.findlib: 1.7.1 -> 1.7.3
2017-06-30 07:59:11 +00:00
Vincent Laporte
77050a8381
findlib: 1.6.1 -> 1.7.1
2016-12-12 03:18:48 +00:00
Kirill Boltaev
3e646865f4
treewide: use ocaml.version ( #19192 )
2016-10-05 09:32:30 +02:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Théophane Hufschmitt
5b28d3f1eb
ocamlPackages.findlib: 1.5.3 -> 1.6.1
2016-02-01 09:12:40 +01:00
Eelco Dolstra
09dc132e04
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/development/libraries/poppler/default.nix
2014-10-16 15:16:50 +02:00
Florent Becker
e7f712e2a2
Update ocamlfind to version 1.5.3
2014-10-08 20:37:30 +02:00
Eelco Dolstra
e3f7dbbac8
Cleanup: Use += to append to envHooks
2014-08-09 12:47:05 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Vincent Bernardoff
ce422b4553
Updated OCaml package findlib
2014-04-21 23:06:35 +02:00
Marco Maggesi
cf6ac40585
Update OCaml findlib to version 1.4
2014-01-18 20:56:44 +00:00
Malcolm Matalka
5ff6be9224
Support installing findlib
2012-11-16 11:43:43 +01:00
Malcolm Matalka
6299baeb88
Support installing topfind now
2012-11-16 11:43:32 +01:00
Arie Middelkoop
5bc99bc883
Adds Ocaml 4.00.0 (first attempt)
...
Bumps Findlib to 1.3.3 (required for ocaml 4.00)
2012-07-31 14:09:27 +02:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Marco Maggesi
82fabd6262
Update ocaml-findlib to version 1.2.7
...
svn path=/nixpkgs/trunk/; revision=30925
2011-12-16 09:22:31 +00:00
Marco Maggesi
51d6c8df91
* Handle variable createFindlibDestdir correctly in ocaml-findlib
...
* Fix HOL Light derivation
svn path=/nixpkgs/trunk/; revision=25269
2010-12-23 19:28:06 +00:00
Marco Maggesi
eb33e01ac7
* Add variable createFindlibDestdir to the setupHook of findlib
...
* Set createFindlibDestdir to various ocaml packages.
svn path=/nixpkgs/trunk/; revision=25220
2010-12-21 09:37:35 +00:00
Marco Maggesi
2c85e4b96f
* Remove the automatic creation of a directory from the setupHook of findlib since this can silently produce empty paths in derivations
...
svn path=/nixpkgs/trunk/; revision=25219
2010-12-21 08:33:37 +00:00
Marco Maggesi
d3f00b9cf5
* Add findlib to hydra
...
svn path=/nixpkgs/trunk/; revision=25205
2010-12-20 09:53:41 +00:00
Marco Maggesi
ac457478e3
* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react
...
svn path=/nixpkgs/trunk/; revision=25041
2010-12-09 15:40:04 +00:00