about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-libvirt
AgeCommit message (Collapse)AuthorFilesLines
2023-01-05ocamlPackages.ocaml_libvirt: fix build on darwinEt7f31-1/+6
2022-06-29maintainers: remove volthajs1241-1/+1
github account deleted
2022-05-11ocamlPackages: inherit ocaml.meta.platformsMalo Bourgon1-1/+1
2022-03-24ocamlPackages.ocaml_libvirt: disable for OCaml ≤ 4.02Vincent Laporte1-0/+3
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid1-2/+2
To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
2022-01-26ocamlPackages.ocaml_libvirt: fix build by bringing pre/post phases inSergei Trofimovich1-5/+6
9a778368f2a617 "move destdir creation to installPhase" moved directory creation to preInstallHooks and exposed a bug in ocaml_libvirt: ``` ocaml-libvirt> ocamlfind install -ldconf ignore libvirt \ ocaml-libvirt> ../META *.so *.a *.cma *.cmx *.cmxa *.cmi *.mli ocaml-libvirt> ocamlfind: Bad configuration: Cannot mkdir /nix/store/...aml-libvirt-0.6.1.5/lib/ocaml/4.12.0/site-lib/libvirt because a path component does not exist or is not a directory ocaml-libvirt> make[1]: *** [Makefile:134: install-opt] Error 2 ``` The change restore pre/post phases by overriding build targets instead of overriding full phases.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-10ocaml-libvirt: 0.6.1.4.2017-11-08-unstable -> 0.6.1.5Alexander Bich1-12/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-04ocamlPackages.ocaml_libvirt: ignore warningsVincent Laporte1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-08libvirt: 3.10.0 -> 4.1.0volth1-3/+3
2017-04-13libguestfs: 1.34.4 -> 1.34.6Volth1-4/+4
2017-04-13libguestfs: 1.29.5 -> 1.34.4Volth1-6/+14
2017-02-04virt-top: init at 1.0.8 (#21536)volth1-0/+29