unison: move out of ocamlPackages

gstqt5
Vincent Laporte 2020-03-08 16:58:51 +01:00 committed by Vincent Laporte
parent e73a9e6b95
commit 4adfbe6c7b
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,8 @@
{stdenv, fetchFromGitHub, ocaml, lablgtk, fontschumachermisc, xset, makeWrapper, ncurses
{stdenv, fetchFromGitHub, ocamlPackages, fontschumachermisc, xset, makeWrapper, ncurses
, enableX11 ? true}:
let inherit (ocamlPackages) ocaml lablgtk; in
stdenv.mkDerivation (rec {
pname = "unison";

View File

@ -22045,7 +22045,10 @@ in
unigine-valley = callPackage ../applications/graphics/unigine-valley { };
inherit (ocaml-ng.ocamlPackages_4_05) unison;
unison = callPackage ../applications/networking/sync/unison {
enableX11 = config.unison.enableX11 or true;
ocamlPackages = ocaml-ng.ocamlPackages_4_05;
};
unpaper = callPackage ../tools/graphics/unpaper { };

View File

@ -1198,10 +1198,6 @@ let
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
unison = callPackage ../applications/networking/sync/unison {
enableX11 = config.unison.enableX11 or true;
};
hol_light = callPackage ../applications/science/logic/hol_light { };
})).overrideScope' liftJaneStreet;